Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Village modifications

Ezoteric opened this issue ยท 16 comments

commented

This is exactly what i was looking for.
A way to change the village !!!

2015-09-26_15 47 04

Changed torch and the well :P

commented

Sweet! How much work is involved? Do you have to manually place each block?

commented

If I can understand how to change it I can replace the whole village and make specific types for biomes that was my plan anyway haha

commented

0 cause that well is from eb as well haha I don't know how to convert it I'll show you the 2 files

commented

look this is the normal code for the torch: even tho it says well :P
https://gist.github.com/Ezoteric/4ec990ba1ea880e9025d

And this from a schematic
https://gist.github.com/Ezoteric/526a0f999b69a684d4e7

now i thinnk we only need to use the blocks part and not need the rest but its still a bit different. I know its fixable but i need to know what numbers need to go where.. get it?

commented

I think I get it. As for which numbers go where, I think you'd have to look at setBlock() definition and placeBlockAtCurrentPosition() definition to see which parameters match up (x, y, z, etc)

commented

Yeah actually what I tried worked I'll show a screenshot cause some placements are wrong haha

commented

but for a test its quite good.
now here is what i did:

original:
world.setBlock(x + 1, y + 1, z + 0, Blocks.stone_stairs, 2, 3);
new:
this.placeBlockAtCurrentPosition(p_74875_1_, Blocks.grass, 0, 0, 0, 0, p_74875_3_);
So it misses that 2, 3 :O

commented

stairs are wrong and button placements also :P

2015-09-26_19 52 30

commented

Btw is it maybe possible to use the original code? cause changing all that is quite some work :P

commented

bah need some help with this, doesnt run my file :( haha

commented

Not sure village modifications fall within the scope of RTG (although I'm open to hearing ideas), but either way, post your stuff on Gist and I'll take a look. :)

commented

Even better I created the addon RTG on my git

commented

Also I don't care if you want it as long as I love can dear ;)

commented

"Even better I created the addon RTG on my git"

Sweet, have you pushed your latest stuff to the fork?

commented

yes this is with all my latest shit :P

commented

btw its also with genlayers lolz so we need to fix that eventually :P