Skip to content

Commit

Permalink
fix: apply unimplemented textures
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaIndustries committed Nov 17, 2024
1 parent beb3ebb commit 842a33a
Show file tree
Hide file tree
Showing 67 changed files with 506 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"lit=false": {
"model": "armistice:block/corroded_armisteel_bulb"
},
"lit=true": {
"model": "armistice:block/corroded_armisteel_bulb_on"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"lit=false": {
"model": "armistice:block/ionized_armisteel_bulb"
},
"lit=true": {
"model": "armistice:block/ionized_armisteel_bulb_on"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "armistice:block/ionized_armisteel_mesh"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "armistice:block/ionized_armisteel_piping"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "armistice:block/ionized_armisteel_vent"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "armistice:block/ionized_rigidized_armisteel"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"lit=false": {
"model": "armistice:block/rusted_armisteel_bulb"
},
"lit=true": {
"model": "armistice:block/rusted_armisteel_bulb_on"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"variants": {
"lit=false": {
"model": "armistice:block/scorched_armisteel_bulb"
},
"lit=true": {
"model": "armistice:block/scorched_armisteel_bulb_on"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/corroded_armisteel_bulb"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/corroded_armisteel_bulb_on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_armisteel_bulb"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_armisteel_bulb_on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_armisteel_mesh"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_armisteel_piping"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_armisteel_vent"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/ionized_rigidized_armisteel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/rusted_armisteel_bulb"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/rusted_armisteel_bulb_on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/scorched_armisteel_bulb"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "armistice:block/scorched_armisteel_bulb_on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/corroded_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/ionized_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/ionized_armisteel_mesh"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/ionized_armisteel_piping"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/ionized_armisteel_vent"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/ionized_rigidized_armisteel"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/rusted_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "armistice:block/scorched_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:corroded_armisteel_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/corroded_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:ionized_armisteel_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/ionized_armisteel_bulb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:ionized_armisteel_mesh"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/ionized_armisteel_mesh"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:ionized_armisteel_piping"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/ionized_armisteel_piping"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:ionized_armisteel_vent"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/ionized_armisteel_vent"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:ionized_rigidized_armisteel"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/ionized_rigidized_armisteel"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "armistice:rusted_armisteel_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "armistice:blocks/rusted_armisteel_bulb"
}
Loading

0 comments on commit 842a33a

Please sign in to comment.