Updated wall blockstates/models, added new block/item tags

This commit is contained in:
Forstride 2020-07-03 13:56:32 -04:00
parent 6a7ce041b5
commit ecbeb67551
20 changed files with 310 additions and 80 deletions

View File

@ -22,7 +22,7 @@ public class UndergardenBiome extends NetherBiomeBOP
{
public UndergardenBiome()
{
super((new Biome.Builder()).surfaceBuilder(SurfaceBuilder.NETHER, SurfaceBuilder.CONFIG_HELL).precipitation(Biome.RainType.NONE).biomeCategory(Biome.Category.NETHER).depth(0.1F).scale(0.2F).temperature(2.0F).downfall(0.0F).specialEffects((new BiomeAmbience.Builder()).waterColor(4159204).waterFogColor(329011).fogColor(0x243308).ambientLoopSound(SoundEvents.AMBIENT_NETHER_WASTES_LOOP).ambientMoodSound(new MoodSoundAmbience(SoundEvents.AMBIENT_NETHER_WASTES_MOOD, 6000, 8, 2.0D)).ambientAdditionsSound(new SoundAdditionsAmbience(SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS, 0.0111D)).backgroundMusic(BackgroundMusicTracks.createGameMusic(SoundEvents.MUSIC_BIOME_NETHER_WASTES)).build()).parent((String)null));
super((new Biome.Builder()).surfaceBuilder(SurfaceBuilder.NETHER, SurfaceBuilder.CONFIG_HELL).precipitation(Biome.RainType.NONE).biomeCategory(Biome.Category.NETHER).depth(0.1F).scale(0.2F).temperature(2.0F).downfall(0.0F).specialEffects((new BiomeAmbience.Builder()).waterColor(4159204).waterFogColor(329011).fogColor(0x243308).ambientLoopSound(SoundEvents.AMBIENT_WARPED_FOREST_LOOP).ambientMoodSound(new MoodSoundAmbience(SoundEvents.AMBIENT_CRIMSON_FOREST_MOOD, 6000, 8, 2.0D)).ambientAdditionsSound(new SoundAdditionsAmbience(SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS, 0.0111D)).backgroundMusic(BackgroundMusicTracks.createGameMusic(SoundEvents.MUSIC_BIOME_NETHER_WASTES)).build()).parent((String)null));
//Terrain
this.addStructureStart(DefaultBiomeFeatures.RUINED_PORTAL_NETHER);

View File

@ -21,7 +21,7 @@ public class VisceralHeapBiome extends NetherBiomeBOP
{
public VisceralHeapBiome()
{
super((new Builder()).surfaceBuilder(SurfaceBuilder.NETHER, SurfaceBuilder.CONFIG_HELL).precipitation(RainType.NONE).biomeCategory(Category.NETHER).depth(0.1F).scale(0.2F).temperature(2.0F).downfall(0.0F).specialEffects((new BiomeAmbience.Builder()).waterColor(4159204).waterFogColor(329011).fogColor(0x420A1B).ambientLoopSound(SoundEvents.AMBIENT_NETHER_WASTES_LOOP).ambientMoodSound(new MoodSoundAmbience(SoundEvents.AMBIENT_NETHER_WASTES_MOOD, 6000, 8, 2.0D)).ambientAdditionsSound(new SoundAdditionsAmbience(SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS, 0.0111D)).backgroundMusic(BackgroundMusicTracks.createGameMusic(SoundEvents.MUSIC_BIOME_NETHER_WASTES)).build()).parent((String)null));
super((new Builder()).surfaceBuilder(SurfaceBuilder.NETHER, SurfaceBuilder.CONFIG_HELL).precipitation(RainType.NONE).biomeCategory(Category.NETHER).depth(0.1F).scale(0.2F).temperature(2.0F).downfall(0.0F).specialEffects((new BiomeAmbience.Builder()).waterColor(4159204).waterFogColor(329011).fogColor(0x420A1B).ambientLoopSound(SoundEvents.AMBIENT_NETHER_WASTES_LOOP).ambientMoodSound(new MoodSoundAmbience(SoundEvents.AMBIENT_SOUL_SAND_VALLEY_MOOD, 6000, 8, 2.0D)).ambientAdditionsSound(new SoundAdditionsAmbience(SoundEvents.AMBIENT_CRIMSON_FOREST_ADDITIONS, 0.0111D)).backgroundMusic(BackgroundMusicTracks.createGameMusic(SoundEvents.MUSIC_BIOME_CRIMSON_FOREST)).build()).parent((String)null));
//Terrain
this.addStructureStart(DefaultBiomeFeatures.RUINED_PORTAL_NETHER);

View File

@ -1,19 +1,90 @@
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "biomesoplenty:block/mud_brick_wall_post" }
},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:block/mud_brick_wall_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:block/mud_brick_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:block/mud_brick_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:block/mud_brick_wall_side", "y": 270, "uvlock": true }
}
]
}
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "biomesoplenty:block/mud_brick_wall_side_tall",
"y": 270,
"uvlock": true
}
}
]
}

View File

@ -1,19 +1,90 @@
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "biomesoplenty:block/white_sandstone_wall_post" }
},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:block/white_sandstone_wall_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:block/white_sandstone_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:block/white_sandstone_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:block/white_sandstone_wall_side", "y": 270, "uvlock": true }
}
]
}
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "biomesoplenty:block/white_sandstone_wall_side_tall",
"y": 270,
"uvlock": true
}
}
]
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}
"parent": "minecraft:block/wall_inventory",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}
"parent": "minecraft:block/template_wall_post",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}
"parent": "minecraft:block/template_wall_side",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_wall_side_tall",
"textures": {
"wall": "biomesoplenty:block/mud_bricks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}
"parent": "minecraft:block/wall_inventory",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}
"parent": "minecraft:block/template_wall_post",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}
"parent": "minecraft:block/template_wall_side",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_wall_side_tall",
"textures": {
"wall": "biomesoplenty:block/white_sandstone"
}
}

View File

@ -1,6 +0,0 @@
{
"parent": "block/wall_gate_closed",
"textures": {
"texture": "biomesoplenty:block/willow_planks"
}
}

View File

@ -1,6 +0,0 @@
{
"parent": "block/wall_gate_open",
"textures": {
"texture": "biomesoplenty:block/willow_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"biomesoplenty:willow_vine"
]
}

View File

@ -0,0 +1,16 @@
{
"replace": false,
"values": [
"biomesoplenty:fir_fence_gate",
"biomesoplenty:redwood_fence_gate",
"biomesoplenty:cherry_fence_gate",
"biomesoplenty:mahogany_fence_gate",
"biomesoplenty:jacaranda_fence_gate",
"biomesoplenty:palm_fence_gate",
"biomesoplenty:willow_fence_gate",
"biomesoplenty:dead_fence_gate",
"biomesoplenty:magic_fence_gate",
"biomesoplenty:umbran_fence_gate",
"biomesoplenty:hellbark_fence_gate"
]
}

View File

@ -0,0 +1,15 @@
{
"replace": false,
"values": [
"#biomesoplenty:fir_logs",
"#biomesoplenty:redwood_logs",
"#biomesoplenty:cherry_logs",
"#biomesoplenty:mahogany_logs",
"#biomesoplenty:jacaranda_logs",
"#biomesoplenty:palm_logs",
"#biomesoplenty:willow_logs",
"#biomesoplenty:dead_logs",
"#biomesoplenty:magic_logs",
"#biomesoplenty:umbran_logs"
]
}

View File

@ -0,0 +1,18 @@
{
"replace": false,
"values": [
"biomesoplenty:hellbark_log",
"biomesoplenty:hellbark_wood",
"biomesoplenty:stripped_hellbark_log",
"biomesoplenty:stripped_hellbark_wood",
"biomesoplenty:hellbark_planks",
"biomesoplenty:hellbark_slab",
"biomesoplenty:hellbark_pressure_plate",
"biomesoplenty:hellbark_fence",
"biomesoplenty:hellbark_trapdoor",
"biomesoplenty:hellbark_fence_gate",
"biomesoplenty:hellbark_stairs",
"biomesoplenty:hellbark_button",
"biomesoplenty:hellbark_door"
]
}

View File

@ -0,0 +1,15 @@
{
"replace": false,
"values": [
"#biomesoplenty:fir_logs",
"#biomesoplenty:redwood_logs",
"#biomesoplenty:cherry_logs",
"#biomesoplenty:mahogany_logs",
"#biomesoplenty:jacaranda_logs",
"#biomesoplenty:palm_logs",
"#biomesoplenty:willow_logs",
"#biomesoplenty:dead_logs",
"#biomesoplenty:magic_logs",
"#biomesoplenty:umbran_logs"
]
}

View File

@ -0,0 +1,18 @@
{
"replace": false,
"values": [
"biomesoplenty:hellbark_log",
"biomesoplenty:hellbark_wood",
"biomesoplenty:stripped_hellbark_log",
"biomesoplenty:stripped_hellbark_wood",
"biomesoplenty:hellbark_planks",
"biomesoplenty:hellbark_slab",
"biomesoplenty:hellbark_pressure_plate",
"biomesoplenty:hellbark_fence",
"biomesoplenty:hellbark_trapdoor",
"biomesoplenty:hellbark_fence_gate",
"biomesoplenty:hellbark_stairs",
"biomesoplenty:hellbark_button",
"biomesoplenty:hellbark_door"
]
}