Skip to content

Commit

Permalink
Rest of the pyrite (except the ripper), rest of the spirit tree stuff…
Browse files Browse the repository at this point in the history
…, more plants
  • Loading branch information
Electro593 committed Feb 24, 2025
1 parent 6d5fc7a commit 0b352c0
Show file tree
Hide file tree
Showing 65 changed files with 227 additions and 241 deletions.
28 changes: 28 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/mermaids_brush.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"age=0": {
"model": "spectrum:block/mermaids_brush_none"
},
"age=1": {
"model": "spectrum:block/mermaids_brush_none"
},
"age=2": {
"model": "spectrum:block/mermaids_brush_none"
},
"age=3": {
"model": "spectrum:block/mermaids_brush_some"
},
"age=4": {
"model": "spectrum:block/mermaids_brush_some"
},
"age=5": {
"model": "spectrum:block/mermaids_brush_some"
},
"age=6": {
"model": "spectrum:block/mermaids_brush_full"
},
"age=7": {
"model": "spectrum:block/mermaids_brush_full"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,21 @@
},
{
"apply": {
"model": "spectrum:block/nephrite_blossom_stem_top"
"model": "spectrum:block/nephrite_blossom_stem_base"
},
"when": {
"part": "stemalt"
}
},
{
"apply": {
"model": "spectrum:block/nephrite_blossom_base"
},
"when": {
"part": "base"
}
},
{
"apply": {
"model": "spectrum:block/nephrite_blossom_stem_bottom"
},
"apply": [
{
"model": "spectrum:block/nephrite_blossom_stem_top"
},
{
"model": "spectrum:block/nephrite_blossom_stem_bottom"
}
],
"when": {
"part": "base"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/ominous_sapling"
}
}
}
16 changes: 16 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/pyrite_pile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "spectrum:block/pyrite_pile",
"x": 90,
"y": 90
},
"axis=y": {
"model": "spectrum:block/pyrite_pile"
},
"axis=z": {
"model": "spectrum:block/pyrite_pile",
"x": 90
}
}
}
16 changes: 16 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/pyrite_relief.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "spectrum:block/pyrite_relief",
"x": 90,
"y": 90
},
"axis=y": {
"model": "spectrum:block/pyrite_relief"
},
"axis=z": {
"model": "spectrum:block/pyrite_relief",
"x": 90
}
}
}
16 changes: 16 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/pyrite_tubing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "spectrum:block/pyrite_tubing",
"x": 90,
"y": 90
},
"axis=y": {
"model": "spectrum:block/pyrite_tubing"
},
"axis=z": {
"model": "spectrum:block/pyrite_tubing",
"x": 90
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/pyrite_vent"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/quitoxic_reeds"
}
}
}
28 changes: 28 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/sacred_soil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"moisture=0": {
"model": "spectrum:block/sacred_soil"
},
"moisture=1": {
"model": "spectrum:block/sacred_soil"
},
"moisture=2": {
"model": "spectrum:block/sacred_soil"
},
"moisture=3": {
"model": "spectrum:block/sacred_soil"
},
"moisture=4": {
"model": "spectrum:block/sacred_soil"
},
"moisture=5": {
"model": "spectrum:block/sacred_soil"
},
"moisture=6": {
"model": "spectrum:block/sacred_soil"
},
"moisture=7": {
"model": "spectrum:block/sacred_soil_moist"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/sag_bubble"
}
}
}
7 changes: 7 additions & 0 deletions src/main/generated/assets/spectrum/blockstates/sag_leaf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/sag_leaf"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "spectrum:block/small_sag_bubble"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "spectrum:block/nephrite_blossom_sprout"
"cross": "spectrum:block/nephrite_blossom_bulb"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ public static void registerBlockTexturedItemModel(ItemModelGenerator ctx, Block

// Block Models

public static BlockStateSupplier singletonBlockModel(BlockStateModelGenerator ctx, Block block, TexturedModel.Factory factory) {
return VariantsBlockStateSupplier.create(block, createModelVariant(factory.upload(block, ctx.modelCollector)));
}

public static BlockStateSupplier simpleMirroredBlockModel(BlockStateModelGenerator ctx, Block block) {
return createMirroredVariantsSupplier(block, TexturedModel.CUBE_ALL, TexturedModel.CUBE_MIRRORED_ALL, ctx.modelCollector);
}
Expand Down
Loading

0 comments on commit 0b352c0

Please sign in to comment.