Compare commits
35 Commits
8-foodItem
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9c8ce9ea9 | ||
|
|
c5a594acca | ||
|
|
ecb50eb94a | ||
|
|
95d70c649f | ||
|
|
f8592e53e7 | ||
|
|
7962df9847 | ||
|
|
54fbc3c9b8 | ||
|
|
c8c818e3a6 | ||
|
|
1953584c1d | ||
|
|
6cf30919c9 | ||
|
|
1913df4cc4 | ||
|
|
31150720f8 | ||
|
|
ebe192ee05 | ||
|
|
cca4154b93 | ||
|
|
8c989e0174 | ||
|
|
3a6aa1140d | ||
|
|
bfd445c5a2 | ||
|
|
3df4bc942e | ||
|
|
23db75e368 | ||
|
|
d59ec7e69b | ||
|
|
d5a1d3be36 | ||
|
|
a4d66ec1fc | ||
|
|
f14aa69ed7 | ||
|
|
9df4951e7f | ||
|
|
b433db2153 | ||
|
|
9724ad07f2 | ||
|
|
9daf6dad7a | ||
|
|
e2ff01207c | ||
|
|
265dff67f5 | ||
|
|
bfec35a106 | ||
|
|
a54dff03b0 | ||
|
|
de2ac013fb | ||
|
|
1037fd15c0 | ||
|
|
e3ba69f3f7 | ||
|
|
6b728914db |
17
build.gradle
17
build.gradle
@@ -4,6 +4,7 @@ plugins {
|
||||
id 'maven-publish'
|
||||
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
|
||||
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
|
||||
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply true
|
||||
}
|
||||
|
||||
version = mod_version
|
||||
@@ -153,6 +154,11 @@ repositories {
|
||||
// flatDir {
|
||||
// dir 'libs'
|
||||
// }
|
||||
maven {
|
||||
// location of the maven that hosts JEI files since January 2023
|
||||
name = "Jared's maven"
|
||||
url = "https://maven.blamejared.com/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -169,6 +175,14 @@ dependencies {
|
||||
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}")
|
||||
// runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}")
|
||||
|
||||
// compile against the JEI API but do not include it at runtime
|
||||
compileOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}"))
|
||||
compileOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-forge-api:${jei_version}"))
|
||||
// at runtime, use the full JEI jar for Forge
|
||||
runtimeOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-forge:${jei_version}"))
|
||||
|
||||
implementation fg.deobf("com.github.glitchfiend:TerraBlender-forge:${minecraft_version}-${terrablender_version}")
|
||||
|
||||
// Example mod dependency using a mod jar from ./libs with a flat dir repository
|
||||
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
|
||||
// The group id is ignored when searching -- in this case, it is "blank"
|
||||
@@ -189,7 +203,8 @@ def replaceProperties = [
|
||||
forge_version: forge_version, forge_version_range: forge_version_range,
|
||||
loader_version_range: loader_version_range,
|
||||
mod_id: mod_id, mod_name: mod_name, mod_license: mod_license, mod_version: mod_version,
|
||||
mod_authors: mod_authors, mod_description: mod_description
|
||||
mod_authors: mod_authors, mod_description: mod_description,
|
||||
terrablender_version_range: terrablender_version_range
|
||||
]
|
||||
processResources {
|
||||
inputs.properties replaceProperties
|
||||
|
||||
@@ -13,9 +13,9 @@ minecraft_version=1.20.1
|
||||
# as they do not follow standard versioning conventions.
|
||||
minecraft_version_range=[1.20.1,1.21)
|
||||
# The Forge version must agree with the Minecraft version to get a valid artifact
|
||||
forge_version=47.0.19
|
||||
forge_version=47.1.3
|
||||
# The Forge version range can use any version of Forge as bounds or match the loader version range
|
||||
forge_version_range=[47,)
|
||||
forge_version_range=[47.1.3,)
|
||||
# The loader version range can only use the major version of Forge/FML as bounds
|
||||
loader_version_range=[47,)
|
||||
# The mapping channel to use for mappings.
|
||||
@@ -38,6 +38,13 @@ mapping_channel=parchment
|
||||
mapping_version=2023.06.26-1.20.1
|
||||
|
||||
|
||||
## Dependency Properties
|
||||
jei_version=15.2.0.27
|
||||
|
||||
terrablender_version=3.0.0.169
|
||||
terrablender_version_range=[3.0.0.169,)
|
||||
|
||||
|
||||
## Mod Properties
|
||||
|
||||
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
|
||||
|
||||
@@ -6,6 +6,7 @@ pluginManagement {
|
||||
url = 'https://maven.minecraftforge.net/'
|
||||
}
|
||||
maven { url = 'https://maven.parchmentmc.org' }
|
||||
maven { url = 'https://repo.spongepowered.org/repository/maven-public/' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
// 1.20.1 2023-11-15T19:29:59.7609744 Registries
|
||||
26aeb220454dd70d2b1bb9c817a822697fb41c32 data/tutorialmod/dimension/kaupendim.json
|
||||
e241e971aacde6f4d0236c622c99d6c9caeb981e data/tutorialmod/dimension_type/kaupendim_type.json
|
||||
51c9eccab97082d42b64f544d2177b5d81ad7822 data/tutorialmod/forge/biome_modifier/add_end_sapphire_ore.json
|
||||
64776d3eaf666ec57a7e039d2d4b5801202f71c5 data/tutorialmod/forge/biome_modifier/add_nether_sapphire_ore.json
|
||||
6e10223d8ca98f02feea2da07585014b7a38b1e4 data/tutorialmod/forge/biome_modifier/add_sapphire_ore.json
|
||||
7abbc38508270c3ef909f11615161f9ff69837f7 data/tutorialmod/forge/biome_modifier/add_tree_pine.json
|
||||
0035d9c75212e96cccaec16bb237fb0d6b98fe08 data/tutorialmod/worldgen/biome/test_biome.json
|
||||
71c606e75851b75cbba5b8f0682fcf5b5af6df8e data/tutorialmod/worldgen/configured_feature/end_sapphire_ore.json
|
||||
5ad8ebc3f43d28d4e7f41e38e69091f380cde75b data/tutorialmod/worldgen/configured_feature/nether_sapphire_ore.json
|
||||
a4f8bd2fb532c269b5a7e4f8322c0f822cb46cdc data/tutorialmod/worldgen/configured_feature/pine.json
|
||||
3140610638959ece0452c2a069c9fa692a226df7 data/tutorialmod/worldgen/configured_feature/sapphire_ore.json
|
||||
ed1b40ecc19f0d412a0e946711f16b3dd96c6c57 data/tutorialmod/worldgen/placed_feature/end_sapphire_ore_placed.json
|
||||
b70fdacdec25aaea052275a8a7f26ad1ceace755 data/tutorialmod/worldgen/placed_feature/nether_sapphire_ore_placed.json
|
||||
86bbe99a604a7e18d1019a448fbff5c39c772714 data/tutorialmod/worldgen/placed_feature/pine_placed.json
|
||||
4f295d3438c738394526d339a5e7bb87f509e53c data/tutorialmod/worldgen/placed_feature/sapphire_ore_placed.json
|
||||
@@ -0,0 +1,76 @@
|
||||
// 1.20.1 2023-11-06T18:06:15.8639603 Item Models: tutorialmod
|
||||
f746b64540daf2ab6302b3ec01a78490c48fc10b assets/tutorialmod/models/item/bar_brawl_music_disc.json
|
||||
d3e9cad00ae44c9319dfbb411667eb4a09a63e57 assets/tutorialmod/models/item/catmint.json
|
||||
6126e26da373f9113d9e9be875b14a0d13857444 assets/tutorialmod/models/item/corn.json
|
||||
4c5c277fa6360b149d6c3ab20584fcc4450cda27 assets/tutorialmod/models/item/corn_seeds.json
|
||||
798aa8856a8439e5ead445b62c2c79a11612c545 assets/tutorialmod/models/item/dice.json
|
||||
93719e53df04c62d91023fe733206eb93b7aac86 assets/tutorialmod/models/item/metal_detector.json
|
||||
d07710d2ac53c1f602f0c1f40f9a7d42bdb1092b assets/tutorialmod/models/item/pine_boat.json
|
||||
0e6c1cfbeb70a4ffd5b097ec1a6562763b8aa577 assets/tutorialmod/models/item/pine_chest_boat.json
|
||||
d56de8e6898d1c12a15eca045badafe1947aa387 assets/tutorialmod/models/item/pine_cone.json
|
||||
cc52097289735fa3c312f004171f0d07f77ba56d assets/tutorialmod/models/item/pine_hanging_sign.json
|
||||
4aad615a7bd676201b4db5780432359b04ecd639 assets/tutorialmod/models/item/pine_sapling.json
|
||||
b564249959d6cdff702afd910fd5e76553f9fc06 assets/tutorialmod/models/item/pine_sign.json
|
||||
d24305376f58c1ef118279a5c8f5b087a07b1d47 assets/tutorialmod/models/item/raw_sapphire.json
|
||||
63ec6c618a3a23eab4cab9c52d7d3250de9b516e assets/tutorialmod/models/item/rhino_spawn_egg.json
|
||||
0a16bffc527696b64e4304b7efccfda93e2b9422 assets/tutorialmod/models/item/sapphire.json
|
||||
72e891dd0d4eeff5cd14ecf7f4740f6ba5e7017b assets/tutorialmod/models/item/sapphire_axe.json
|
||||
4c7ede3e69b2d6ae39f0373cb461b96f53f14b41 assets/tutorialmod/models/item/sapphire_boots.json
|
||||
39430326fe323bdbad7e33d34e46bbae65d6b0f3 assets/tutorialmod/models/item/sapphire_boots_amethyst_trim.json
|
||||
712c5c605b07fb656bd3b9b35ae688ad0dfb51d3 assets/tutorialmod/models/item/sapphire_boots_copper_trim.json
|
||||
9b665f81895cedd3bfc7c9e4073a385a48c0606c assets/tutorialmod/models/item/sapphire_boots_diamond_trim.json
|
||||
f2e443a335b27a1cb1e5f91c68ef687c7e55affc assets/tutorialmod/models/item/sapphire_boots_emerald_trim.json
|
||||
91df5fe236a26d56ba5538ec331d110ea6fe018c assets/tutorialmod/models/item/sapphire_boots_gold_trim.json
|
||||
0536aaad11e1157e015d7ddfed9043179706f095 assets/tutorialmod/models/item/sapphire_boots_iron_trim.json
|
||||
25d8bee683b77f67ab623b8bc1c8dc16553b87f5 assets/tutorialmod/models/item/sapphire_boots_lapis_trim.json
|
||||
3ad7a118c503466af5e9dc653d80634aecde1f2b assets/tutorialmod/models/item/sapphire_boots_netherite_trim.json
|
||||
3e0d94b87536ac8e123a03e798283032baa6d762 assets/tutorialmod/models/item/sapphire_boots_quartz_trim.json
|
||||
c083f7586a5ee4ffbd9718dbc2e88bec05ff73ca assets/tutorialmod/models/item/sapphire_boots_redstone_trim.json
|
||||
ee95c0df3b8341e73bc7488bf7b22013e5452930 assets/tutorialmod/models/item/sapphire_button.json
|
||||
4688aead4336be36740000cce64120a0a0c53639 assets/tutorialmod/models/item/sapphire_chestplate.json
|
||||
ce8351e70797c10795174d5d35921e32c05a7f65 assets/tutorialmod/models/item/sapphire_chestplate_amethyst_trim.json
|
||||
019848fea98b1a99d0ae893ef42a5f894271c34e assets/tutorialmod/models/item/sapphire_chestplate_copper_trim.json
|
||||
ee9c88148e78f2765c354904798162b3918d788e assets/tutorialmod/models/item/sapphire_chestplate_diamond_trim.json
|
||||
1584a9576edd6353c19632edafbf6585ccff0607 assets/tutorialmod/models/item/sapphire_chestplate_emerald_trim.json
|
||||
15c84785e3d50957d99d7e38c967d3eef7ca0fe0 assets/tutorialmod/models/item/sapphire_chestplate_gold_trim.json
|
||||
a0658897c6e3b8df3e95e5390aeaf49d38124232 assets/tutorialmod/models/item/sapphire_chestplate_iron_trim.json
|
||||
b57886b5093f73bf2932828db2f036fb484a7985 assets/tutorialmod/models/item/sapphire_chestplate_lapis_trim.json
|
||||
efd147fd9deed31dbef7bf9d74c3876ac1b08d2e assets/tutorialmod/models/item/sapphire_chestplate_netherite_trim.json
|
||||
e80c6d665b5b3df644d053ae1eddb54483b42db5 assets/tutorialmod/models/item/sapphire_chestplate_quartz_trim.json
|
||||
fa0275f7daaa0028280be7c103abd1cf81564fc2 assets/tutorialmod/models/item/sapphire_chestplate_redstone_trim.json
|
||||
5fb321ce210e610f7aa0b54b94dd60600b4799eb assets/tutorialmod/models/item/sapphire_door.json
|
||||
8f9a97fbc1219f33829e6052616569467b572412 assets/tutorialmod/models/item/sapphire_fence.json
|
||||
2e3c5e7d4fb6b7c1119a061cffcf78342a084c25 assets/tutorialmod/models/item/sapphire_fence_gate.json
|
||||
0543b674e771fe34409591a39b4534045918a6b8 assets/tutorialmod/models/item/sapphire_helmet.json
|
||||
156fba812f34af7492a82ed684350f1e3107ea35 assets/tutorialmod/models/item/sapphire_helmet_amethyst_trim.json
|
||||
6a27a93c7f410fe6160d676f947386d0139bf86a assets/tutorialmod/models/item/sapphire_helmet_copper_trim.json
|
||||
96808293a62766e3f89de8c78e22750555411d42 assets/tutorialmod/models/item/sapphire_helmet_diamond_trim.json
|
||||
d36dd104a6df625a8f54a6a1e51f7fdfda396a7a assets/tutorialmod/models/item/sapphire_helmet_emerald_trim.json
|
||||
145c1c9cfbc6ee6dda21647567fac6e4b9e6e099 assets/tutorialmod/models/item/sapphire_helmet_gold_trim.json
|
||||
deca80c0dc280e1190aa81b3b266084cc61282c1 assets/tutorialmod/models/item/sapphire_helmet_iron_trim.json
|
||||
8d97e789c1a708c084de004066a265f849763c94 assets/tutorialmod/models/item/sapphire_helmet_lapis_trim.json
|
||||
86baa687bfa62e2b44651baf40db34c4799d94a1 assets/tutorialmod/models/item/sapphire_helmet_netherite_trim.json
|
||||
3ea438515b9b47c964f39d5d3eb5d1f60e57b5b0 assets/tutorialmod/models/item/sapphire_helmet_quartz_trim.json
|
||||
7d28c0d5b0cd47b1c695d6a41c33388c8c25dd89 assets/tutorialmod/models/item/sapphire_helmet_redstone_trim.json
|
||||
31ed8124b1858f3f8fee298ec2b24c988c55764f assets/tutorialmod/models/item/sapphire_hoe.json
|
||||
7a056f66c70ab0cb2a12243a611b7d8599651060 assets/tutorialmod/models/item/sapphire_leggings.json
|
||||
7899feb624de99face20c12ffc3f31d5b4f1159f assets/tutorialmod/models/item/sapphire_leggings_amethyst_trim.json
|
||||
18a38fb93fb94e73e2e6a4cfaef3d3999a3ef720 assets/tutorialmod/models/item/sapphire_leggings_copper_trim.json
|
||||
74355f995278c314e47e663759d40d8d2d2b3d2a assets/tutorialmod/models/item/sapphire_leggings_diamond_trim.json
|
||||
9d27283b7127e05c5aebb133a7b3b92d2f04742d assets/tutorialmod/models/item/sapphire_leggings_emerald_trim.json
|
||||
22404a9285e8f3c781d4d88b469abe3d82bd6707 assets/tutorialmod/models/item/sapphire_leggings_gold_trim.json
|
||||
4749f7b680137b37a60790a870c70efd1c803a41 assets/tutorialmod/models/item/sapphire_leggings_iron_trim.json
|
||||
9454168e22c95a9c1a32b357cd200ef4de731bec assets/tutorialmod/models/item/sapphire_leggings_lapis_trim.json
|
||||
722657eeae166d556bed0d8cf0aef9a5a066fef9 assets/tutorialmod/models/item/sapphire_leggings_netherite_trim.json
|
||||
bfed913b13b5a2c9bd8882d61569da94b5351cb2 assets/tutorialmod/models/item/sapphire_leggings_quartz_trim.json
|
||||
a69ead6490ebbc7c527101b4c42c753acacb58cb assets/tutorialmod/models/item/sapphire_leggings_redstone_trim.json
|
||||
87907e52aad4eae7978977f725c99c834c2bdb23 assets/tutorialmod/models/item/sapphire_pickaxe.json
|
||||
8adde596706bbd0111ed7a881fbf16718ca981ec assets/tutorialmod/models/item/sapphire_pressure_plate.json
|
||||
e01fd164f2417618581deb8e7b3f8af8a746c6a7 assets/tutorialmod/models/item/sapphire_shovel.json
|
||||
0248b67e69dc9ca7628b13de19dc4e8b21e625a7 assets/tutorialmod/models/item/sapphire_slab.json
|
||||
e9aa9e3feee2e040f2908d291e5fa066bb7904c6 assets/tutorialmod/models/item/sapphire_stairs.json
|
||||
4f6d3c707862a82ba5a69cce5a7e69fe47667937 assets/tutorialmod/models/item/sapphire_sword.json
|
||||
57b0c78a4d68b08f0db44e21a63411abf9c21b70 assets/tutorialmod/models/item/sapphire_trapdoor.json
|
||||
8822d7daa71ae6a7f4091c85362a2480e52d0c06 assets/tutorialmod/models/item/sapphire_wall.json
|
||||
0f4c6f5df2121954f3a0de1eb8e66d8c587fed43 assets/tutorialmod/models/item/strawberry.json
|
||||
85dffe5c3e34ee76908efb087a4ed2c43e945942 assets/tutorialmod/models/item/strawberry_seeds.json
|
||||
@@ -0,0 +1,6 @@
|
||||
// 1.20.1 2023-10-09T09:11:10.9792109 Tags for minecraft:item mod id tutorialmod
|
||||
526ec127a145db02975e7ec564384fa0a5389523 data/minecraft/tags/items/creeper_drop_music_discs.json
|
||||
c2b83641ed55fb63151b60b22efaa8a05b24629b data/minecraft/tags/items/logs_that_burn.json
|
||||
526ec127a145db02975e7ec564384fa0a5389523 data/minecraft/tags/items/music_discs.json
|
||||
6d2298526792ca18d84ed50a4b4d452e95f613e4 data/minecraft/tags/items/planks.json
|
||||
2514998bb25494de346fa0d088b7e216d8165efd data/minecraft/tags/items/trimmable_armor.json
|
||||
@@ -0,0 +1,118 @@
|
||||
// 1.20.1 2023-11-15T19:29:59.7619786 Block States: tutorialmod
|
||||
4f6f6f43eb03fe4d9e5ce223f245812e0d7eae93 assets/tutorialmod/blockstates/catmint.json
|
||||
d537bf85846bd7eeffa314408c867cc1a7d531d5 assets/tutorialmod/blockstates/corn_crop.json
|
||||
a3ad172be3e203ff6840db063558f809a86ca15a assets/tutorialmod/blockstates/deepslate_sapphire_ore.json
|
||||
890efea75d7398469e0d7d5704472303c35fae62 assets/tutorialmod/blockstates/end_stone_sapphire_ore.json
|
||||
ff720ea0aea021144b8557786f6e7f9dead2fd78 assets/tutorialmod/blockstates/gem_polishing_station.json
|
||||
596765e65e592a2678d93f5eb4be193439fb33e9 assets/tutorialmod/blockstates/mod_portal.json
|
||||
0198f629d0db6eb40ebd91067bbe631626116b54 assets/tutorialmod/blockstates/nether_sapphire_ore.json
|
||||
f948710d8934e2dc304504a928d05dd957567e3c assets/tutorialmod/blockstates/pine_hanging_sign.json
|
||||
b56d75abb778cdd35622d3977f825c2693e38777 assets/tutorialmod/blockstates/pine_leaves.json
|
||||
5615a2f4b8decb7e8e2bfef02d2e10cf95182e57 assets/tutorialmod/blockstates/pine_log.json
|
||||
5a66e6c840d559e83f821cae22a3e48dd3785af1 assets/tutorialmod/blockstates/pine_planks.json
|
||||
a740784be884f7cc30cc509927211305a61b2884 assets/tutorialmod/blockstates/pine_sapling.json
|
||||
d0a7ce9a217fbb7bc2987645c5f4898c8d93258e assets/tutorialmod/blockstates/pine_sign.json
|
||||
f948710d8934e2dc304504a928d05dd957567e3c assets/tutorialmod/blockstates/pine_wall_hanging_sign.json
|
||||
d0a7ce9a217fbb7bc2987645c5f4898c8d93258e assets/tutorialmod/blockstates/pine_wall_sign.json
|
||||
7f5690b866f0d2eec4954f4df7f48d210216227e assets/tutorialmod/blockstates/pine_wood.json
|
||||
55ae2b8c248ffe83a87a26b6c0f87c784f9049db assets/tutorialmod/blockstates/potted_catmint.json
|
||||
2f46112fe9e6610ea4c37e87e511da1849b54274 assets/tutorialmod/blockstates/raw_sapphire_block.json
|
||||
d02d1f6c412fc7b220ed18e30956d68f9a29bbb3 assets/tutorialmod/blockstates/sapphire_block.json
|
||||
70b8dc38442f9b57d24a192f9f33ae184e440f1d assets/tutorialmod/blockstates/sapphire_button.json
|
||||
006702ede410fc74af4fd6214be4b0c75a919178 assets/tutorialmod/blockstates/sapphire_door.json
|
||||
4e831fdfbca9c70f1c13e8f88a709b3dd414f7e4 assets/tutorialmod/blockstates/sapphire_fence.json
|
||||
d3e997c5a1ee80ffc9c9781a0576823f09a9e5b2 assets/tutorialmod/blockstates/sapphire_fence_gate.json
|
||||
e3d9b9d4b3a785fcfdd6646f329ce762f8520c37 assets/tutorialmod/blockstates/sapphire_ore.json
|
||||
2b8693dec21a367eadbbab73f5e71596dddd2840 assets/tutorialmod/blockstates/sapphire_pressure_plate.json
|
||||
c0911372696bafd0e2670d6e92d99524df11bfb7 assets/tutorialmod/blockstates/sapphire_slab.json
|
||||
f0189f740d5f66bdbf03bf833b7f89a0439615f8 assets/tutorialmod/blockstates/sapphire_stairs.json
|
||||
2947fb963b5b0a276a97b1ad8e27a8aa20543287 assets/tutorialmod/blockstates/sapphire_trapdoor.json
|
||||
2af36ae7d141d045a91f520bcc8da0c216bf2ccb assets/tutorialmod/blockstates/sapphire_wall.json
|
||||
7e439f9c39ea91be588ddc78cf4cd903b5b9cb70 assets/tutorialmod/blockstates/sound_block.json
|
||||
e7f53e64f659401806aad6003e5356aac69c0a08 assets/tutorialmod/blockstates/strawberry_crop.json
|
||||
f6cd970826455b9f20c34835c56579f2cde3f2f8 assets/tutorialmod/blockstates/stripped_pine_log.json
|
||||
c127412131c229accf94ac23dc4565b5039f7cf6 assets/tutorialmod/blockstates/stripped_pine_wood.json
|
||||
20a742ea61b61bfcdcce006fd7b87dd9ad257a2f assets/tutorialmod/models/block/catmint.json
|
||||
1052548f03dcd89a42fba5f0b6255dbb94ccc937 assets/tutorialmod/models/block/corn_stage_0.json
|
||||
2c3b6838a486dcc1685dc9909d0bd7dbcdadd587 assets/tutorialmod/models/block/corn_stage_1.json
|
||||
823aa05ad0633dc6fa1f8eb719f161a3d6ade1a1 assets/tutorialmod/models/block/corn_stage_2.json
|
||||
22ff96e0e02068129316cc59bd124d3aeea7d740 assets/tutorialmod/models/block/corn_stage_3.json
|
||||
291d7e80fcb45f37492431d833079488c62285ce assets/tutorialmod/models/block/corn_stage_4.json
|
||||
c959ba97653c4e01203e09e175194b10797d4054 assets/tutorialmod/models/block/corn_stage_5.json
|
||||
cf760df02741eab6d508ac36d3ffecdef636ce0a assets/tutorialmod/models/block/corn_stage_6.json
|
||||
3eda0733674b5c29414cb9b19924b13f9e7b4ffb assets/tutorialmod/models/block/corn_stage_7.json
|
||||
55ed2caa3126b780e9a064f6a73f009a802e85fb assets/tutorialmod/models/block/corn_stage_8.json
|
||||
f98cb6175399c28ce46a77b4e68664303bc2c3d3 assets/tutorialmod/models/block/deepslate_sapphire_ore.json
|
||||
0c40efccb23d85e5bdf98a041a64a110359aed7c assets/tutorialmod/models/block/end_stone_sapphire_ore.json
|
||||
13fed721433921cd2b79654bdd3bdc84ff763fd3 assets/tutorialmod/models/block/mod_portal.json
|
||||
5df59719eaf8bf42bcfeee7e2154e96a044c2703 assets/tutorialmod/models/block/nether_sapphire_ore.json
|
||||
16d5376450465fabb63cdad8d3bd11bb9d9a9ce9 assets/tutorialmod/models/block/pine_hanging_sign.json
|
||||
fe5a2155456cabb8f67e4afcb4a55b01fec6e87e assets/tutorialmod/models/block/pine_leaves.json
|
||||
834bd48f42f632324bbdd52d47b17f5bf5bda70e assets/tutorialmod/models/block/pine_log.json
|
||||
5f3487986c44906dbe95e549af4c31671a506916 assets/tutorialmod/models/block/pine_log_horizontal.json
|
||||
dad917938a34a1cfbf24dedfb00622a33fe0ca39 assets/tutorialmod/models/block/pine_planks.json
|
||||
0b6daeb42f48148a2c73a9e5823388dd842e98e6 assets/tutorialmod/models/block/pine_sapling.json
|
||||
16d5376450465fabb63cdad8d3bd11bb9d9a9ce9 assets/tutorialmod/models/block/pine_sign.json
|
||||
429f7ef8fd5aa8b440239307ad7228404a709630 assets/tutorialmod/models/block/pine_wood.json
|
||||
204ad0bc802884ab0b9a7e7c4ecbd9b87b15aaea assets/tutorialmod/models/block/pine_wood_horizontal.json
|
||||
9c70f1f42c44d3c9344dfa19467f7131bc66610b assets/tutorialmod/models/block/potted_catmint.json
|
||||
44cf187b6c956a3e79927dd84615b47b1bfe4ff0 assets/tutorialmod/models/block/raw_sapphire_block.json
|
||||
7fbf9623622901217c1f548068b550115551eb45 assets/tutorialmod/models/block/sapphire_block.json
|
||||
30598644a76a45a2883a5b1dca9e271d809081b9 assets/tutorialmod/models/block/sapphire_button.json
|
||||
94b23b08013d2fba4a9689aea215619392e9ef30 assets/tutorialmod/models/block/sapphire_button_pressed.json
|
||||
7066e91e2a6897b3f1308568949a6d87743bb727 assets/tutorialmod/models/block/sapphire_door_bottom_left.json
|
||||
1da45a7b7cc03bd8d6dbf9a9da87ed6bc61a077b assets/tutorialmod/models/block/sapphire_door_bottom_left_open.json
|
||||
c96f72fc089294d57b2d56c361b7f77384813878 assets/tutorialmod/models/block/sapphire_door_bottom_right.json
|
||||
226ee4f04daf4e615b55a73e77857bc1025ac837 assets/tutorialmod/models/block/sapphire_door_bottom_right_open.json
|
||||
ee8d55313e1a76b0e3a0c8bed9734ec7c9e9b91c assets/tutorialmod/models/block/sapphire_door_top_left.json
|
||||
fdebcdeb48de43bff192b7a64a5cef7e00868b76 assets/tutorialmod/models/block/sapphire_door_top_left_open.json
|
||||
88779ea2e49f406ac8f2a91ade5ece0bf271b631 assets/tutorialmod/models/block/sapphire_door_top_right.json
|
||||
8b61c6fc24bc962af8d944747694d01ceafb3fa7 assets/tutorialmod/models/block/sapphire_door_top_right_open.json
|
||||
89db119051cb22e78a76991bbc5d54702ba344a8 assets/tutorialmod/models/block/sapphire_fence_gate.json
|
||||
c9c8ab48e3aab0b75545d8ea94fd7d0d9223b6d4 assets/tutorialmod/models/block/sapphire_fence_gate_open.json
|
||||
52fe67cb678ca50574edc24dc6f48242ad174146 assets/tutorialmod/models/block/sapphire_fence_gate_wall.json
|
||||
a27b08f04bfa38b9973b28a8818777f00c5ff635 assets/tutorialmod/models/block/sapphire_fence_gate_wall_open.json
|
||||
a98037219a37e8b32e3e941183d2b23c24b978ed assets/tutorialmod/models/block/sapphire_fence_post.json
|
||||
ad4556a1381539c27521bd7e13c36bb45d5698cb assets/tutorialmod/models/block/sapphire_fence_side.json
|
||||
65477d5c46d26ec0650e6174b13620632f946e57 assets/tutorialmod/models/block/sapphire_ore.json
|
||||
73aef9f0c7019dee1f80a73edf99cc592ee8bef4 assets/tutorialmod/models/block/sapphire_pressure_plate.json
|
||||
f3aa238e8363700b710e491cb1d5998c603a605b assets/tutorialmod/models/block/sapphire_pressure_plate_down.json
|
||||
f46cc5512a3627e87e771348623daaac291e8d85 assets/tutorialmod/models/block/sapphire_slab.json
|
||||
237f87ceb4f86825699efc2fa4cdf55ab1183c93 assets/tutorialmod/models/block/sapphire_slab_top.json
|
||||
aa82a31c05fcc8fee0d7c45075c29449a07ff377 assets/tutorialmod/models/block/sapphire_stairs.json
|
||||
427ec477c788b8820e7fc8017f0ef2ec2a888188 assets/tutorialmod/models/block/sapphire_stairs_inner.json
|
||||
229925ad9da26afb3e4ec8a80a424dfadb5fdfe0 assets/tutorialmod/models/block/sapphire_stairs_outer.json
|
||||
12c202589bd6bf12fca1ff01722d0981b90a8940 assets/tutorialmod/models/block/sapphire_trapdoor_bottom.json
|
||||
a361546830f7f7d562b1cdbbbf2fbe5222d953bc assets/tutorialmod/models/block/sapphire_trapdoor_open.json
|
||||
3800b74d08c71af5539055142f0ae5aefbc9ac9b assets/tutorialmod/models/block/sapphire_trapdoor_top.json
|
||||
f53d3aa6811844dc2b2f26f52c2837a281c173fe assets/tutorialmod/models/block/sapphire_wall_post.json
|
||||
8989ec98ff5a4eeda766b3083491f2f77b06ea3f assets/tutorialmod/models/block/sapphire_wall_side.json
|
||||
c0ed7975ed86cd5146c5e7393fca478cd26e7228 assets/tutorialmod/models/block/sapphire_wall_side_tall.json
|
||||
dac8730911a1737e4cdd2e70cfc8d32b0b0ba457 assets/tutorialmod/models/block/sound_block.json
|
||||
83b2f2225bdf3385193484a054e31ec7416ed3ed assets/tutorialmod/models/block/strawberry_stage0.json
|
||||
0198da8cd867092aa069ff09f84518eff09e9259 assets/tutorialmod/models/block/strawberry_stage1.json
|
||||
b6bd6b99d1b444b7f23c3ff006f58fe5db405ca1 assets/tutorialmod/models/block/strawberry_stage2.json
|
||||
4bea81641ddb82a0a78e324c05ddb794ffcd8cb4 assets/tutorialmod/models/block/strawberry_stage3.json
|
||||
d980ad62eb5f6b15090ea6557bc28483ad68f0ff assets/tutorialmod/models/block/strawberry_stage4.json
|
||||
b14b9dd2aa2d96cbbb4d20f9d0741c1bf4476786 assets/tutorialmod/models/block/strawberry_stage5.json
|
||||
d9f1262cb586a131f4ef9e6b15e1d052f934349c assets/tutorialmod/models/block/stripped_pine_log.json
|
||||
2b4f1f0bdcad4f90690d4971294b54c6873de8c0 assets/tutorialmod/models/block/stripped_pine_log_horizontal.json
|
||||
5c07883b8c76ffc56a4fde9747936c0098866c0c assets/tutorialmod/models/block/stripped_pine_wood.json
|
||||
04534c445561ed2adeed241368439b9951780a3b assets/tutorialmod/models/block/stripped_pine_wood_horizontal.json
|
||||
71616f74a5e0922f50c9869941f63040b82c0499 assets/tutorialmod/models/item/catmint.json
|
||||
251495c94fbf35dd43cd773e6cf31533a8b72f09 assets/tutorialmod/models/item/deepslate_sapphire_ore.json
|
||||
bf5cdde3dfa3effdde9c4358ecb01c39922d7945 assets/tutorialmod/models/item/end_stone_sapphire_ore.json
|
||||
c6fe90ee84600fb9c1f42a398459a0d8b38fe198 assets/tutorialmod/models/item/gem_polishing_station.json
|
||||
2ca3a24e36047206a627f88e98669476f48ec27f assets/tutorialmod/models/item/mod_portal.json
|
||||
81ecae58cc575e9ce9d7f21881bbccb6bbfb4432 assets/tutorialmod/models/item/nether_sapphire_ore.json
|
||||
2edec443a236a702d91b370bfa43f0dd789c7a6e assets/tutorialmod/models/item/pine_leaves.json
|
||||
f8a200f45709b5a3e854d5d6885a848e58c7a355 assets/tutorialmod/models/item/pine_log.json
|
||||
85005a9e827addf56424def15ec7987b034d7bf6 assets/tutorialmod/models/item/pine_planks.json
|
||||
674ee7daf5f3e9a4d0fb1f75f819615a90fa1378 assets/tutorialmod/models/item/pine_wood.json
|
||||
1a7f76b967a6270a0443871f08ca1a655740a97d assets/tutorialmod/models/item/potted_catmint.json
|
||||
a7f864f8f8c67b25b34627c0dd8357e96b5d5c79 assets/tutorialmod/models/item/raw_sapphire_block.json
|
||||
2bf7f614770184be679bb0313dc04832b7fdd577 assets/tutorialmod/models/item/sapphire_block.json
|
||||
9607e08401cad098096f2d09cf41f23d6af6217a assets/tutorialmod/models/item/sapphire_ore.json
|
||||
e1bcffd5dcbfb758a3668455d04d23c6efda02cf assets/tutorialmod/models/item/sound_block.json
|
||||
ca27487cce3f5da1b4ea2be229b9505558ddedb1 assets/tutorialmod/models/item/stripped_pine_log.json
|
||||
56b45a746bbd034511b81ff2691de0ac85a842e7 assets/tutorialmod/models/item/stripped_pine_wood.json
|
||||
@@ -0,0 +1,33 @@
|
||||
// 1.20.1 2023-11-06T18:06:15.8619605 Loot Tables
|
||||
a5308914890f4fbc6d39248caa834f368767be60 data/tutorialmod/loot_tables/blocks/catmint.json
|
||||
6c9ebf0160580ee21535fe3b1a2a5cd808cacb89 data/tutorialmod/loot_tables/blocks/corn_crop.json
|
||||
3655045aeb4e2ae62e9069b0db07927965a12389 data/tutorialmod/loot_tables/blocks/deepslate_sapphire_ore.json
|
||||
629bc7af98fd6a08d902f9c3e46896fc09101f43 data/tutorialmod/loot_tables/blocks/end_stone_sapphire_ore.json
|
||||
ae181fa3b2781be60d3127b43d33111085e53d7d data/tutorialmod/loot_tables/blocks/gem_polishing_station.json
|
||||
c615daffa6bb4a20fd0f4d36534331bdbeff2746 data/tutorialmod/loot_tables/blocks/nether_sapphire_ore.json
|
||||
5f94b65dcbf37334c21f047aeb09ef79fec31527 data/tutorialmod/loot_tables/blocks/pine_hanging_sign.json
|
||||
befc4d03c67d36d5c138d8cddcecfc8df012db06 data/tutorialmod/loot_tables/blocks/pine_leaves.json
|
||||
57ab8e1b21c0ed7823cb47210e9090f0e37ffd1a data/tutorialmod/loot_tables/blocks/pine_log.json
|
||||
5e3fbaa8cb61660404a2a4449ab965d1c7940aa2 data/tutorialmod/loot_tables/blocks/pine_planks.json
|
||||
1079f59358183cb7e8e371b06fed2da7707c19b5 data/tutorialmod/loot_tables/blocks/pine_sapling.json
|
||||
77451c5f7832bb7f84de7dde5c63e7b12166b7ee data/tutorialmod/loot_tables/blocks/pine_sign.json
|
||||
fb237c9790deb10ab0a5451a29e59a845a03cc05 data/tutorialmod/loot_tables/blocks/pine_wall_hanging_sign.json
|
||||
c4b29231ba536f986ca20b0258504d012b6be167 data/tutorialmod/loot_tables/blocks/pine_wall_sign.json
|
||||
0203579282aad7eb6c08abcf49145eec1bc33914 data/tutorialmod/loot_tables/blocks/pine_wood.json
|
||||
64ba5568715cb39bbac17bf9a847cf65f79bec13 data/tutorialmod/loot_tables/blocks/potted_catmint.json
|
||||
81e9322ae4c5141fd110a8f87cc92d7af008fd1e data/tutorialmod/loot_tables/blocks/raw_sapphire_block.json
|
||||
d844cbb192590a5e4278fd1a5c5906e40c594e24 data/tutorialmod/loot_tables/blocks/sapphire_block.json
|
||||
9f5a63f9e0753091ae43e39315eba445f05571cd data/tutorialmod/loot_tables/blocks/sapphire_button.json
|
||||
5f1fd1e6346006124d072465762d8eaeae67ce85 data/tutorialmod/loot_tables/blocks/sapphire_door.json
|
||||
0ec32edbeb69993a52ac5c49b7e745856d6ef8b1 data/tutorialmod/loot_tables/blocks/sapphire_fence.json
|
||||
e415e014a12d91daf2c5bbdc531904b897398825 data/tutorialmod/loot_tables/blocks/sapphire_fence_gate.json
|
||||
aa2b1c8deec50b57ad0574814e62f77133a5f3f5 data/tutorialmod/loot_tables/blocks/sapphire_ore.json
|
||||
a58fb8452a1f91b87947f0d9837acd4efb74c54c data/tutorialmod/loot_tables/blocks/sapphire_pressure_plate.json
|
||||
e6a0be1d3f09fb30f5a92e3558eeefa950cfcffd data/tutorialmod/loot_tables/blocks/sapphire_slab.json
|
||||
60ac6099604fa37e30be3499e149b52d8b17f4bc data/tutorialmod/loot_tables/blocks/sapphire_stairs.json
|
||||
b28a6c67228e945ebc84f0e867152b34facd8b16 data/tutorialmod/loot_tables/blocks/sapphire_trapdoor.json
|
||||
900d403a6e84cc3d247e16f5dcb1fcf8802436a8 data/tutorialmod/loot_tables/blocks/sapphire_wall.json
|
||||
4a8cfacccc2c162b32d7ced097c65185c5c5bc88 data/tutorialmod/loot_tables/blocks/sound_block.json
|
||||
1f5745e65cfe5db7b41fcdf352e1a9f3378f9874 data/tutorialmod/loot_tables/blocks/strawberry_crop.json
|
||||
8f124ad7aafb89b6a6bac5f235a72348c85ef7f5 data/tutorialmod/loot_tables/blocks/stripped_pine_log.json
|
||||
c8e86fd6e644f2c0abfad143c43bbc294422c416 data/tutorialmod/loot_tables/blocks/stripped_pine_wood.json
|
||||
@@ -0,0 +1,6 @@
|
||||
// 1.20.1 2023-08-23T16:16:38.1315723 Global Loot Modifiers : tutorialmod
|
||||
02bb1370f44ed65031fe8962259b9cd83d93e2b3 data/forge/loot_modifiers/global_loot_modifiers.json
|
||||
5c7462172ce4bd16e3cc084901fd193fde25d75a data/tutorialmod/loot_modifiers/metal_detector_from_jungle_temples.json
|
||||
60c88407df6035f038615bda90d90ca01edc1556 data/tutorialmod/loot_modifiers/metal_detector_from_suspicious_sand.json
|
||||
f53831d60c316b56c468391ae0d371824d9fd7c7 data/tutorialmod/loot_modifiers/pine_cone_from_creeper.json
|
||||
6c8c603f8e12e5cfbf8dc32b195f22bb4aa0b431 data/tutorialmod/loot_modifiers/pine_cone_from_grass.json
|
||||
@@ -0,0 +1,13 @@
|
||||
// 1.20.1 2023-10-09T09:11:10.9781945 Tags for minecraft:block mod id tutorialmod
|
||||
f7d4d746a89ba9704d89651d20d3b89098acdabd data/forge/tags/blocks/needs_netherite_tool.json
|
||||
eb9c3bd4f434cd2ee198618689887868a03fc824 data/minecraft/tags/blocks/fences.json
|
||||
0f23036eb868569b86c1fbde92de4c816b9df411 data/minecraft/tags/blocks/fence_gates.json
|
||||
c2b83641ed55fb63151b60b22efaa8a05b24629b data/minecraft/tags/blocks/logs_that_burn.json
|
||||
2c39ba5cecb79889f7925f62f972246a014552c8 data/minecraft/tags/blocks/mineable/pickaxe.json
|
||||
b3dcb63d0640cd401308394400173ca7cb485665 data/minecraft/tags/blocks/needs_diamond_tool.json
|
||||
025f458e5a24d4a0256cb9712e83d703d819dfdb data/minecraft/tags/blocks/needs_iron_tool.json
|
||||
3a36f7f5f9de0d3325f1f444b84aa41eedfac5fc data/minecraft/tags/blocks/needs_stone_tool.json
|
||||
6d2298526792ca18d84ed50a4b4d452e95f613e4 data/minecraft/tags/blocks/planks.json
|
||||
39afac99ef2666de5a9686ccfc15e6f7611922c8 data/minecraft/tags/blocks/walls.json
|
||||
031ec7111c8b7c57f798acd0b3605ceb1912498b data/tutorialmod/tags/blocks/metal_detector_valuables.json
|
||||
047901bdc4a4ba4a4f71e4ed5689a158c75088e3 data/tutorialmod/tags/blocks/needs_sapphire_tool.json
|
||||
@@ -0,0 +1,25 @@
|
||||
// 1.20.1 2023-07-28T17:37:52.3049614 Recipes
|
||||
0adde74be8a883a55fab65a1539786ba137c952c data/tutorialmod/advancements/recipes/misc/sapphire.json
|
||||
1acdd1216c2956a45a2dec6930692f2752265d4b data/tutorialmod/advancements/recipes/misc/sapphire_block.json
|
||||
6fc84e0fab40e857e029e32312576aec8964ad4e data/tutorialmod/advancements/recipes/misc/sapphire_from_blasting_deepslate_sapphire_ore.json
|
||||
75873a69788840838240d09cf941382b0ef981de data/tutorialmod/advancements/recipes/misc/sapphire_from_blasting_end_stone_sapphire_ore.json
|
||||
a6de9bb92497f843c6d9ea04ab0f638621fdb96b data/tutorialmod/advancements/recipes/misc/sapphire_from_blasting_nether_sapphire_ore.json
|
||||
bb422f1ec66bcd9239cdc8b99ced8412fa20f238 data/tutorialmod/advancements/recipes/misc/sapphire_from_blasting_raw_sapphire.json
|
||||
3985ef684108851ef5bbf34ed8ff2d27190af05e data/tutorialmod/advancements/recipes/misc/sapphire_from_blasting_sapphire_ore.json
|
||||
623b7c24351161c6bf4c352a66c15f3ff90c6ab8 data/tutorialmod/advancements/recipes/misc/sapphire_from_smelting_deepslate_sapphire_ore.json
|
||||
522993943aeff85b18e6221332adb83ccf150114 data/tutorialmod/advancements/recipes/misc/sapphire_from_smelting_end_stone_sapphire_ore.json
|
||||
8ab89b6ceaafe4fe5eb01e53c317fc50713b07df data/tutorialmod/advancements/recipes/misc/sapphire_from_smelting_nether_sapphire_ore.json
|
||||
94749456ebff3bf16fa47975a6d2a404af112dd0 data/tutorialmod/advancements/recipes/misc/sapphire_from_smelting_raw_sapphire.json
|
||||
565535fe858abdcf2c927dcf7a68605a3b0a1b27 data/tutorialmod/advancements/recipes/misc/sapphire_from_smelting_sapphire_ore.json
|
||||
48be58de9eb2bbd91b313172ec81ea30739b1da8 data/tutorialmod/recipes/sapphire.json
|
||||
04d08c31c88cbc4c81800ad3d969b9a99d070279 data/tutorialmod/recipes/sapphire_block.json
|
||||
b7e95855b7ce719a10d1d61bb0b042f633b75e91 data/tutorialmod/recipes/sapphire_from_blasting_deepslate_sapphire_ore.json
|
||||
5e8fb2778363f2dc9c435a572f8f174c4943fd51 data/tutorialmod/recipes/sapphire_from_blasting_end_stone_sapphire_ore.json
|
||||
0345c84dd043795fbfada571ad8d1276702cae63 data/tutorialmod/recipes/sapphire_from_blasting_nether_sapphire_ore.json
|
||||
5bae7cc7667113b1cd0160fcdec0a844d689dc0d data/tutorialmod/recipes/sapphire_from_blasting_raw_sapphire.json
|
||||
290a68b60dccd0846efcadcc434ba8a27962b496 data/tutorialmod/recipes/sapphire_from_blasting_sapphire_ore.json
|
||||
2d8d66f8bccf1b415e80cf973521460a8f624c6d data/tutorialmod/recipes/sapphire_from_smelting_deepslate_sapphire_ore.json
|
||||
4e82d997a0ebbdcd5192d619c2eafc3785b1d1ed data/tutorialmod/recipes/sapphire_from_smelting_end_stone_sapphire_ore.json
|
||||
3862c65ccf26df08d4132e208aee4647cd8737d7 data/tutorialmod/recipes/sapphire_from_smelting_nether_sapphire_ore.json
|
||||
20d9f80befd154de5ad9f7c3f3b074ee6d5cd9bb data/tutorialmod/recipes/sapphire_from_smelting_raw_sapphire.json
|
||||
46522b5ef4ba6a086cd39e27d47ea6ad028ef491 data/tutorialmod/recipes/sapphire_from_smelting_sapphire_ore.json
|
||||
@@ -0,0 +1,2 @@
|
||||
// 1.20.1 2023-08-28T12:32:21.1985044 Tags for minecraft:point_of_interest_type mod id tutorialmod
|
||||
83f1c4f1a14965cf8c4c3a99edb0f816c3115ee6 data/minecraft/tags/point_of_interest_type/acquirable_job_site.json
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/catmint"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "tutorialmod:block/corn_stage_0"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "tutorialmod:block/corn_stage_1"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "tutorialmod:block/corn_stage_2"
|
||||
},
|
||||
"age=3": {
|
||||
"model": "tutorialmod:block/corn_stage_3"
|
||||
},
|
||||
"age=4": {
|
||||
"model": "tutorialmod:block/corn_stage_4"
|
||||
},
|
||||
"age=5": {
|
||||
"model": "tutorialmod:block/corn_stage_5"
|
||||
},
|
||||
"age=6": {
|
||||
"model": "tutorialmod:block/corn_stage_6"
|
||||
},
|
||||
"age=7": {
|
||||
"model": "tutorialmod:block/corn_stage_7"
|
||||
},
|
||||
"age=8": {
|
||||
"model": "tutorialmod:block/corn_stage_8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/gem_polishing_station"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/mod_portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_hanging_sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_leaves"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "tutorialmod:block/pine_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "tutorialmod:block/pine_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "tutorialmod:block/pine_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_planks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_sapling"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_hanging_sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/pine_sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "tutorialmod:block/pine_wood_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "tutorialmod:block/pine_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "tutorialmod:block/pine_wood_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tutorialmod:block/potted_catmint"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=north,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button"
|
||||
},
|
||||
"face=floor,facing=north,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed"
|
||||
},
|
||||
"face=floor,facing=south,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=south,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=west,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left_open"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left_open"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right_open"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right_open"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_bottom_right_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_door_top_right_open",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_fence_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_open",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": {
|
||||
"model": "tutorialmod:block/sapphire_pressure_plate"
|
||||
},
|
||||
"powered=true": {
|
||||
"model": "tutorialmod:block/sapphire_pressure_plate_down"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "tutorialmod:block/sapphire_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "tutorialmod:block/sapphire_block"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "tutorialmod:block/sapphire_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "tutorialmod:block/sapphire_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "tutorialmod:block/sapphire_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=bottom,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_bottom"
|
||||
},
|
||||
"facing=north,half=bottom,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open"
|
||||
},
|
||||
"facing=north,half=top,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_top"
|
||||
},
|
||||
"facing=north,half=top,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"x": 180
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=bottom,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=false": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=true": {
|
||||
"model": "tutorialmod:block/sapphire_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "tutorialmod:block/sapphire_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "tutorialmod:block/strawberry_stage0"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "tutorialmod:block/strawberry_stage1"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "tutorialmod:block/strawberry_stage2"
|
||||
},
|
||||
"age=3": {
|
||||
"model": "tutorialmod:block/strawberry_stage3"
|
||||
},
|
||||
"age=4": {
|
||||
"model": "tutorialmod:block/strawberry_stage4"
|
||||
},
|
||||
"age=5": {
|
||||
"model": "tutorialmod:block/strawberry_stage5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "tutorialmod:block/stripped_pine_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "tutorialmod:block/stripped_pine_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "tutorialmod:block/stripped_pine_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "tutorialmod:block/stripped_pine_wood_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "tutorialmod:block/stripped_pine_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "tutorialmod:block/stripped_pine_wood_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"cross": "tutorialmod:block/catmint"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_6"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/crop",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"crop": "tutorialmod:block/corn_stage_8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tutorialmod:block/mod_portal"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "tutorialmod:block/pine_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"all": "tutorialmod:block/pine_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "tutorialmod:block/pine_log_top",
|
||||
"side": "tutorialmod:block/pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "tutorialmod:block/pine_log_top",
|
||||
"side": "tutorialmod:block/pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tutorialmod:block/pine_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"cross": "tutorialmod:block/pine_sapling"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "tutorialmod:block/pine_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "tutorialmod:block/pine_log",
|
||||
"side": "tutorialmod:block/pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "tutorialmod:block/pine_log",
|
||||
"side": "tutorialmod:block/pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/flower_pot_cross",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"plant": "tutorialmod:block/catmint"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/button",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_bottom_left",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_bottom_left_open",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_bottom_right",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_bottom_right_open",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_top_left",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_top_left_open",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_top_right",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/door_top_right_open",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_door_bottom",
|
||||
"top": "tutorialmod:block/sapphire_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/fence_post",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/fence_side",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/slab",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_block",
|
||||
"side": "tutorialmod:block/sapphire_block",
|
||||
"top": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_block",
|
||||
"side": "tutorialmod:block/sapphire_block",
|
||||
"top": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_block",
|
||||
"side": "tutorialmod:block/sapphire_block",
|
||||
"top": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_block",
|
||||
"side": "tutorialmod:block/sapphire_block",
|
||||
"top": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "tutorialmod:block/sapphire_block",
|
||||
"side": "tutorialmod:block/sapphire_block",
|
||||
"top": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_bottom",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_open",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_top",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"texture": "tutorialmod:block/sapphire_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_wall_post",
|
||||
"textures": {
|
||||
"wall": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_wall_side",
|
||||
"textures": {
|
||||
"wall": "tutorialmod:block/sapphire_block"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user