Fixed pine saplings, tweaked wisteria more
This commit is contained in:
parent
51ef64c316
commit
b14fe60711
5 changed files with 44 additions and 4 deletions
|
@ -198,7 +198,7 @@ public class BlockBOPSapling extends BlockBOPDecoration implements IGrowable {
|
|||
case WILLOW:
|
||||
return new GeneratorBayouTree.Builder().log(BOPWoods.WILLOW).leaves(BOPTrees.WILLOW).minHeight(6).maxHeight(12).minLeavesRadius(1).leavesGradient(2).create();
|
||||
case PINE:
|
||||
return new GeneratorPineTree.Builder().minHeight(6).maxHeight(20).create();
|
||||
return new GeneratorPineTree.Builder().minHeight(6).maxHeight(18).log(BOPWoods.PINE).leaves(BOPTrees.PINE).create();
|
||||
case MAHOGANY: //Not implemented
|
||||
return new WorldGenTrees(true);
|
||||
default:
|
||||
|
|
|
@ -1,6 +1,46 @@
|
|||
{
|
||||
"parent": "block/crop",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"crop": "biomesoplenty:blocks/wisteria"
|
||||
}
|
||||
"cross": "biomesoplenty:blocks/wisteria",
|
||||
"cross_bottom": "biomesoplenty:blocks/wisteria_bottom",
|
||||
"particle": "biomesoplenty:blocks/wisteria"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0.8, 0, 8 ],
|
||||
"to": [ 15.2, 16, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 0, 0.8 ],
|
||||
"to": [ 8, 16, 15.2 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0.8, -16, 8 ],
|
||||
"to": [ 15.2, 0, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_bottom" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_bottom" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -16, 0.8 ],
|
||||
"to": [ 8, 0, 15.2 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_bottom" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 367 B |
Binary file not shown.
After Width: | Height: | Size: 318 B |
Binary file not shown.
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 358 B |
Loading…
Reference in a new issue