The custom structure I've created doesn't 'blend' well with the environment

Started by JJ_007 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
The custom structure I've created doesn't 'blend' well with the environment

I created a campsite, but it spawns really weirdly, with the dirt underneath it sticking out over ledges. I attempted to fix it by adding more blocks underneath it, but that makes it look worse. 

https://imgur.com/a/HFzjDh3 - Some examples

 

Does anyone know how to fix it, or at least make it happen less often?

 

Thanks in advance

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
use structure voids instead…
Tue, 04/21/2020 - 12:17

use structure voids instead of dirt so the terrain blocks can automatically fill the empty blocks.

use /give @p minecraft:structure_void 64

 

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
Alright, so I replaced the…
Tue, 04/21/2020 - 13:51

Alright, so I replaced the dirt underneath with structure voids, but it creates something like this - https://imgur.com/a/dWUrMaz

I think the problem is the structure spawns on a grass block, and if it's on a hill, the campsite generates away from the hill, creating that mess. Is there anyway to force it to spawn on flat ground?

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
replace the grass blocks on…
Tue, 04/21/2020 - 23:07

replace the grass blocks on the bottom with structure voids and set it to spawn in flat biomes.

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
The structure is supposed to…
Wed, 04/22/2020 - 02:53

The structure is supposed to spawn in wooded areas, so setting it to spawn in flat biomes defeats the whole purpose of it. I replaced the grass with structure voids, but now it starts floating - https://imgur.com/a/gc6kU8S

The spawn height offset is currently at 0, too

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
Also, is it possible to keep…
Wed, 04/22/2020 - 02:56

Also, is it possible to keep the path blocks and gravel that made up the floor? Or would it just not work without structure voids there instead

Active 3 years ago
Joined Jan 2020
Points:
743

User statistics:

  • Modifications: 3
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
go back to just grass blocks…
Wed, 04/22/2020 - 04:22

go back to just grass blocks underneath, try a spawn offset of -1, that should bring it down to the ground

(make that number lower if you have too)

 

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
Ok altering the spawn offset…
Wed, 04/22/2020 - 06:28

Ok altering the spawn offset made it work, but it still does the same thing when next to a ledge, with the overhang. Any way to fix this? Or is it just one of those unfixable things I've got to live with? :/

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
it is just one of those…
Wed, 04/22/2020 - 07:23

it is just one of those unfixable things I've got to live with? :/

Active 4 months ago
Joined Apr 2020
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
That's a shame, hopefully…
Wed, 04/22/2020 - 07:27

That's a shame, hopefully there'll be a way to fix it in a future update

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
you could replace the grass…
Wed, 04/22/2020 - 07:36

you could replace the grass with oak planks though to make a false impression of it meant to be that way.

Active 2 years ago
Joined Mar 2020
Points:
888

User statistics:

  • Modifications: 3
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 369
I have the same problem that…
Tue, 05/26/2020 - 08:59

I have the same problem that the structure have ONLY 1 BLOCK TOUcHiNG THE HILL and all other blocks went floating...