-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
289 additions
and
20 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
src/main/generated/assets/infernalexp/blockstates/dimstone.json
This file was deleted.
Oops, something went wrong.
20 changes: 17 additions & 3 deletions
20
src/main/generated/assets/infernalexp/blockstates/shimmer_sand.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,7 +1,21 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "infernalexp:block/shimmer_sand" | ||
} | ||
"": [ | ||
{ | ||
"model": "infernalexp:block/shimmer_sand" | ||
}, | ||
{ | ||
"model": "infernalexp:block/shimmer_sand", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "infernalexp:block/shimmer_sand", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "infernalexp:block/shimmer_sand", | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
3 changes: 0 additions & 3 deletions
3
src/main/generated/assets/infernalexp/models/item/dimstone.json
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
src/main/generated/data/infernalexp/loot_tables/blocks/dullstone_button.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,20 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "infernalexp:dullstone_button" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/generated/data/infernalexp/loot_tables/blocks/dullstone_pressure_plate.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,20 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "infernalexp:dullstone_pressure_plate" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
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
18 changes: 18 additions & 0 deletions
18
src/main/resources/assets/infernalexp/blockstates/dimstone.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,18 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "infernalexp:block/dimstone1" | ||
}, | ||
{ | ||
"model": "infernalexp:block/dimstone2" | ||
}, | ||
{ | ||
"model": "infernalexp:block/dimstone3" | ||
}, | ||
{ | ||
"model": "infernalexp:block/dimstone4" | ||
} | ||
] | ||
} | ||
} |
118 changes: 118 additions & 0 deletions
118
src/main/resources/assets/infernalexp/blockstates/dullstone_button.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,118 @@ | ||
{ | ||
"variants": { | ||
"face=ceiling,facing=east,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"x": 180, | ||
"y": 270 | ||
}, | ||
"face=ceiling,facing=east,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"x": 180, | ||
"y": 270 | ||
}, | ||
"face=ceiling,facing=north,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"x": 180, | ||
"y": 180 | ||
}, | ||
"face=ceiling,facing=north,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"x": 180, | ||
"y": 180 | ||
}, | ||
"face=ceiling,facing=south,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"x": 180 | ||
}, | ||
"face=ceiling,facing=south,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"x": 180 | ||
}, | ||
"face=ceiling,facing=west,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"x": 180, | ||
"y": 90 | ||
}, | ||
"face=ceiling,facing=west,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"x": 180, | ||
"y": 90 | ||
}, | ||
"face=floor,facing=east,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"y": 90 | ||
}, | ||
"face=floor,facing=east,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"y": 90 | ||
}, | ||
"face=floor,facing=north,powered=false": { | ||
"model": "infernalexp:block/dullstone_button" | ||
}, | ||
"face=floor,facing=north,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed" | ||
}, | ||
"face=floor,facing=south,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"y": 180 | ||
}, | ||
"face=floor,facing=south,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"y": 180 | ||
}, | ||
"face=floor,facing=west,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"y": 270 | ||
}, | ||
"face=floor,facing=west,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"y": 270 | ||
}, | ||
"face=wall,facing=east,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"face=wall,facing=east,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"face=wall,facing=north,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"uvlock": true, | ||
"x": 90 | ||
}, | ||
"face=wall,facing=north,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"uvlock": true, | ||
"x": 90 | ||
}, | ||
"face=wall,facing=south,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"face=wall,facing=south,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"face=wall,facing=west,powered=false": { | ||
"model": "infernalexp:block/dullstone_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"face=wall,facing=west,powered=true": { | ||
"model": "infernalexp:block/dullstone_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/assets/infernalexp/blockstates/dullstone_pressure_plate.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,10 @@ | ||
{ | ||
"variants": { | ||
"powered=false": { | ||
"model": "infernalexp:block/dullstone_pressure_plate" | ||
}, | ||
"powered=true": { | ||
"model": "infernalexp:block/dullstone_pressure_plate_down" | ||
} | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...ts/infernalexp/models/block/dimstone.json → ...s/infernalexp/models/block/dimstone1.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,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "infernalexp:block/dimstone" | ||
"all": "infernalexp:block/dimstone1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dimstone2.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "infernalexp:block/dimstone2" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dimstone3.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "infernalexp:block/dimstone3" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dimstone4.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "infernalexp:block/dimstone4" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dullstone_button.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/button", | ||
"textures": { | ||
"texture": "infernalexp:block/polished_dullstone" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dullstone_button_inventory.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/button_inventory", | ||
"textures": { | ||
"texture": "infernalexp:block/polished_dullstone" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/infernalexp/models/block/dullstone_button_pressed.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/button_pressed", | ||
"textures": { | ||
"texture": "infernalexp:block/polished_glowstone" | ||
} | ||
} |
Oops, something went wrong.