This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 Different textures for waterlogged blocks
- Loading branch information
FokaStudio
committed
Sep 11, 2021
1 parent
f726ceb
commit f68fd6a
Showing
99 changed files
with
2,752 additions
and
31 deletions.
There are no files selected for viewing
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,95 @@ | ||
{ | ||
"multipart": [ | ||
{ | ||
"apply": { | ||
"model": "minecraft:block/acacia_fence_post" | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"north": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/acacia_fence_side", | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"north": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_acacia_fence_side", | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"east": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/acacia_fence_side", | ||
"y": 90, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"east": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_acacia_fence_side", | ||
"y": 90, | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"south": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/acacia_fence_side", | ||
"y": 180, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"south": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_acacia_fence_side", | ||
"y": 180, | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"west": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/acacia_fence_side", | ||
"y": 270, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"west": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_acacia_fence_side", | ||
"y": 270, | ||
"uvlock": true | ||
} | ||
} | ||
] | ||
} |
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,114 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=bottom,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_bottom" | ||
}, | ||
"facing=east,half=bottom,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=east,half=top,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_top" | ||
}, | ||
"facing=east,half=top,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=north,half=bottom,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_bottom" | ||
}, | ||
"facing=north,half=bottom,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open" | ||
}, | ||
"facing=north,half=top,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_top" | ||
}, | ||
"facing=north,half=top,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open" | ||
}, | ||
"facing=south,half=bottom,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_bottom" | ||
}, | ||
"facing=south,half=bottom,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=top,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_top" | ||
}, | ||
"facing=south,half=top,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=west,half=bottom,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_bottom" | ||
}, | ||
"facing=west,half=bottom,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 270 | ||
}, | ||
"facing=west,half=top,open=false,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_top" | ||
}, | ||
"facing=west,half=top,open=true,waterlogged=false": { | ||
"model": "minecraft:block/acacia_trapdoor_open", | ||
"y": 270 | ||
}, | ||
|
||
|
||
"facing=east,half=bottom,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_bottom" | ||
}, | ||
"facing=east,half=bottom,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=east,half=top,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_top" | ||
}, | ||
"facing=east,half=top,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 90 | ||
}, | ||
"facing=north,half=bottom,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_bottom" | ||
}, | ||
"facing=north,half=bottom,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open" | ||
}, | ||
"facing=north,half=top,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_top" | ||
}, | ||
"facing=north,half=top,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open" | ||
}, | ||
"facing=south,half=bottom,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_bottom" | ||
}, | ||
"facing=south,half=bottom,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=south,half=top,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_top" | ||
}, | ||
"facing=south,half=top,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 180 | ||
}, | ||
"facing=west,half=bottom,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_bottom" | ||
}, | ||
"facing=west,half=bottom,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 270 | ||
}, | ||
"facing=west,half=top,open=false,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_top" | ||
}, | ||
"facing=west,half=top,open=true,waterlogged=true": { | ||
"model": "minecraft:block/waterlogged_acacia_trapdoor_open", | ||
"y": 270 | ||
} | ||
} | ||
} |
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,95 @@ | ||
{ | ||
"multipart": [ | ||
{ | ||
"apply": { | ||
"model": "minecraft:block/birch_fence_post" | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"north": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/birch_fence_side", | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"north": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_birch_fence_side", | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"east": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/birch_fence_side", | ||
"y": 90, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"east": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_birch_fence_side", | ||
"y": 90, | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"south": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/birch_fence_side", | ||
"y": 180, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"south": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_birch_fence_side", | ||
"y": 180, | ||
"uvlock": true | ||
} | ||
}, | ||
|
||
{ | ||
"when": { | ||
"west": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/birch_fence_side", | ||
"y": 270, | ||
"uvlock": true | ||
} | ||
}, | ||
{ | ||
"when": { | ||
"west": "true", | ||
"waterlogged": "true" | ||
}, | ||
"apply": { | ||
"model": "minecraft:block/waterlogged_birch_fence_side", | ||
"y": 270, | ||
"uvlock": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.