-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Snowy Origin Valley biome, tweaked Origin Grass Block model
- Loading branch information
Showing
20 changed files
with
225 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 136 additions & 0 deletions
136
src/generated/resources/data/biomesoplenty/worldgen/biome/snowy_origin_valley.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
{ | ||
"carvers": { | ||
"air": "biomesoplenty:origin_cave" | ||
}, | ||
"downfall": 0.6, | ||
"effects": { | ||
"fog_color": 12638463, | ||
"foliage_color": 3866368, | ||
"grass_color": 10157919, | ||
"mood_sound": { | ||
"block_search_extent": 8, | ||
"offset": 2.0, | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 6000 | ||
}, | ||
"music": { | ||
"max_delay": 24000, | ||
"min_delay": 12000, | ||
"replace_current_music": false, | ||
"sound": "biomesoplenty:music.overworld.origin_valley" | ||
}, | ||
"sky_color": 8961023, | ||
"water_color": 2110207, | ||
"water_fog_color": 329011 | ||
}, | ||
"features": [ | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:monster_room", | ||
"minecraft:monster_room_deep" | ||
], | ||
[], | ||
[], | ||
[ | ||
"minecraft:ore_dirt", | ||
"minecraft:ore_gravel", | ||
"minecraft:ore_coal_upper", | ||
"minecraft:ore_coal_lower", | ||
"minecraft:ore_iron_upper", | ||
"minecraft:ore_iron_middle", | ||
"minecraft:ore_iron_small", | ||
"minecraft:ore_gold", | ||
"minecraft:ore_gold_lower", | ||
"minecraft:ore_redstone", | ||
"minecraft:ore_redstone_lower", | ||
"minecraft:ore_diamond", | ||
"minecraft:ore_diamond_medium", | ||
"minecraft:ore_diamond_large", | ||
"minecraft:ore_diamond_buried" | ||
], | ||
[], | ||
[ | ||
"minecraft:spring_water", | ||
"minecraft:spring_lava" | ||
], | ||
[ | ||
"minecraft:patch_sugar_cane", | ||
"biomesoplenty:trees_origin_valley", | ||
"biomesoplenty:flower_origin_valley" | ||
], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"has_precipitation": true, | ||
"spawn_costs": {}, | ||
"spawners": { | ||
"ambient": [], | ||
"axolotls": [], | ||
"creature": [ | ||
{ | ||
"type": "minecraft:sheep", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 12 | ||
}, | ||
{ | ||
"type": "minecraft:pig", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:chicken", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:cow", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 8 | ||
} | ||
], | ||
"misc": [], | ||
"monster": [ | ||
{ | ||
"type": "minecraft:spider", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:zombie", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 95 | ||
}, | ||
{ | ||
"type": "minecraft:skeleton", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:creeper", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:slime", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
} | ||
], | ||
"underground_water_creature": [], | ||
"water_ambient": [], | ||
"water_creature": [] | ||
}, | ||
"temperature": -0.25 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 2 additions & 20 deletions
22
src/main/resources/assets/biomesoplenty/blockstates/origin_grass_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,6 @@ | ||
{ | ||
"variants": { | ||
"snowy=false": [ | ||
{ | ||
"model": "biomesoplenty:block/origin_grass_block" | ||
}, | ||
{ | ||
"model": "biomesoplenty:block/origin_grass_block", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "biomesoplenty:block/origin_grass_block", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "biomesoplenty:block/origin_grass_block", | ||
"y": 270 | ||
} | ||
], | ||
"snowy=true": { | ||
"model": "biomesoplenty:block/origin_grass_block_snow" | ||
} | ||
"snowy=false": { "model": "biomesoplenty:block/origin_grass_block" }, | ||
"snowy=true": { "model": "biomesoplenty:block/origin_grass_block_snow" } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+274 Bytes
src/main/resources/assets/biomesoplenty/textures/block/origin_grass_block_snow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.