-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Glowsticks, item tags, language work
- Loading branch information
1 parent
0496038
commit ac5a2d1
Showing
50 changed files
with
627 additions
and
65 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/blockstates/driftwood_crate.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hybrid-aquatic:block/driftwood_crate" | ||
} | ||
} | ||
} |
124 changes: 124 additions & 0 deletions
124
src/generated/resources/assets/hybrid-aquatic/blockstates/driftwood_door.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,124 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=lower,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left" | ||
}, | ||
"facing=east,half=lower,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left_open", | ||
"y": 90 | ||
}, | ||
"facing=east,half=lower,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right" | ||
}, | ||
"facing=east,half=lower,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right_open", | ||
"y": 270 | ||
}, | ||
"facing=east,half=upper,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left" | ||
}, | ||
"facing=east,half=upper,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left_open", | ||
"y": 90 | ||
}, | ||
"facing=east,half=upper,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right" | ||
}, | ||
"facing=east,half=upper,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right_open", | ||
"y": 270 | ||
}, | ||
"facing=north,half=lower,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left", | ||
"y": 270 | ||
}, | ||
"facing=north,half=lower,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left_open" | ||
}, | ||
"facing=north,half=lower,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right", | ||
"y": 270 | ||
}, | ||
"facing=north,half=lower,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right_open", | ||
"y": 180 | ||
}, | ||
"facing=north,half=upper,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left", | ||
"y": 270 | ||
}, | ||
"facing=north,half=upper,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left_open" | ||
}, | ||
"facing=north,half=upper,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right", | ||
"y": 270 | ||
}, | ||
"facing=north,half=upper,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=lower,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left", | ||
"y": 90 | ||
}, | ||
"facing=south,half=lower,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=lower,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right", | ||
"y": 90 | ||
}, | ||
"facing=south,half=lower,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right_open" | ||
}, | ||
"facing=south,half=upper,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left", | ||
"y": 90 | ||
}, | ||
"facing=south,half=upper,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=upper,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right", | ||
"y": 90 | ||
}, | ||
"facing=south,half=upper,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right_open" | ||
}, | ||
"facing=west,half=lower,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left", | ||
"y": 180 | ||
}, | ||
"facing=west,half=lower,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_left_open", | ||
"y": 270 | ||
}, | ||
"facing=west,half=lower,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right", | ||
"y": 180 | ||
}, | ||
"facing=west,half=lower,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_bottom_right_open", | ||
"y": 90 | ||
}, | ||
"facing=west,half=upper,hinge=left,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left", | ||
"y": 180 | ||
}, | ||
"facing=west,half=upper,hinge=left,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_left_open", | ||
"y": 270 | ||
}, | ||
"facing=west,half=upper,hinge=right,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right", | ||
"y": 180 | ||
}, | ||
"facing=west,half=upper,hinge=right,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_door_top_right_open", | ||
"y": 90 | ||
} | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
src/generated/resources/assets/hybrid-aquatic/blockstates/driftwood_trapdoor.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,58 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=bottom,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_bottom" | ||
}, | ||
"facing=east,half=bottom,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=east,half=top,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_top" | ||
}, | ||
"facing=east,half=top,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=north,half=bottom,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_bottom" | ||
}, | ||
"facing=north,half=bottom,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open" | ||
}, | ||
"facing=north,half=top,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_top" | ||
}, | ||
"facing=north,half=top,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open" | ||
}, | ||
"facing=south,half=bottom,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_bottom" | ||
}, | ||
"facing=south,half=bottom,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=top,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_top" | ||
}, | ||
"facing=south,half=top,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=west,half=bottom,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_bottom" | ||
}, | ||
"facing=west,half=bottom,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 270 | ||
}, | ||
"facing=west,half=top,open=false": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_top" | ||
}, | ||
"facing=west,half=top,open=true": { | ||
"model": "hybrid-aquatic:block/driftwood_trapdoor_open", | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/blockstates/glowstick.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hybrid-aquatic:block/glowstick" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/assets/hybrid-aquatic/blockstates/wall_glowstick.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,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "hybrid-aquatic:block/wall_glowstick" | ||
}, | ||
"facing=north": { | ||
"model": "hybrid-aquatic:block/wall_glowstick", | ||
"y": 270 | ||
}, | ||
"facing=south": { | ||
"model": "hybrid-aquatic:block/wall_glowstick", | ||
"y": 90 | ||
}, | ||
"facing=west": { | ||
"model": "hybrid-aquatic:block/wall_glowstick", | ||
"y": 180 | ||
} | ||
} | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_crate.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": "hybrid-aquatic:block/driftwood_crate" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_bottom_left.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_bottom_left", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...nerated/resources/assets/hybrid-aquatic/models/block/driftwood_door_bottom_left_open.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_bottom_left_open", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_bottom_right.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_bottom_right", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...erated/resources/assets/hybrid-aquatic/models/block/driftwood_door_bottom_right_open.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_bottom_right_open", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_top_left.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_top_left", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_top_left_open.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_top_left_open", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_top_right.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_top_right", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...generated/resources/assets/hybrid-aquatic/models/block/driftwood_door_top_right_open.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/door_top_right_open", | ||
"textures": { | ||
"bottom": "hybrid-aquatic:block/driftwood_door_bottom", | ||
"top": "hybrid-aquatic:block/driftwood_door_top" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_trapdoor_bottom.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/template_trapdoor_bottom", | ||
"textures": { | ||
"texture": "hybrid-aquatic:block/driftwood_trapdoor" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_trapdoor_open.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/template_trapdoor_open", | ||
"textures": { | ||
"texture": "hybrid-aquatic:block/driftwood_trapdoor" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/driftwood_trapdoor_top.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/template_trapdoor_top", | ||
"textures": { | ||
"texture": "hybrid-aquatic:block/driftwood_trapdoor" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/glowstick.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/template_torch", | ||
"textures": { | ||
"torch": "hybrid-aquatic:block/glowstick" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/hybrid-aquatic/models/block/wall_glowstick.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/template_torch_wall", | ||
"textures": { | ||
"torch": "hybrid-aquatic:block/glowstick" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/hybrid-aquatic/models/item/driftwood_crate.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,3 @@ | ||
{ | ||
"parent": "hybrid-aquatic:block/driftwood_crate" | ||
} |
Oops, something went wrong.