mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 11:55:09 +01:00
This Rocks 1.7.0 - 1.19.4, Bamboo, Mangrove & Cherry Sticks
- Update to 1.19.4 - Add bamboo, mangrove and cherry sticks that generate in their respective biomes - Overhaul config - Generation is now JSON-based - Fix #34 (Geysers pushing with blocks in-between)
This commit is contained in:
@@ -80,7 +80,7 @@ public class Starfish extends Block implements Waterloggable {
|
||||
|
||||
@Override
|
||||
protected void appendProperties(StateManager.Builder<Block, BlockState> builder) {
|
||||
builder.add(STARFISH_VARIATION,WATERLOGGED);
|
||||
builder.add(STARFISH_VARIATION, WATERLOGGED);
|
||||
}
|
||||
@Override
|
||||
public VoxelShape getOutlineShape(BlockState state, BlockView view, BlockPos pos, ShapeContext context) {
|
||||
|
||||
Reference in New Issue
Block a user