Compiles
This commit is contained in:
parent
2dcb88ccec
commit
d4dc30a2c6
14
build.gradle
14
build.gradle
|
|
@ -75,6 +75,11 @@ repositories {
|
|||
url = 'https://maven.blamejared.com/'
|
||||
content { includeGroup "mezz.jei" }
|
||||
}
|
||||
maven {
|
||||
name = 'ModKit'
|
||||
url 'https://jitpack.io'
|
||||
content { includeGroup 'com.github.thedarkcolour' }
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -89,6 +94,8 @@ dependencies {
|
|||
compileOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}"))
|
||||
// at runtime, use the full JEI jar for Forge
|
||||
runtimeOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}"))
|
||||
// not required for players
|
||||
implementation fg.deobf('com.github.thedarkcolour:ModKit:ea67392fd6')
|
||||
}
|
||||
|
||||
def replaceProperties = [ mc_version: mc_version, mod_version: version ]
|
||||
|
|
@ -107,7 +114,12 @@ processResources {
|
|||
fileTree(dir: outputs.files.asPath, include: "**/*.json").each {
|
||||
File file ->
|
||||
//noinspection UnnecessaryQualifiedReference
|
||||
file.text = groovy.json.JsonOutput.toJson(new groovy.json.JsonSlurper().parse(file))
|
||||
try {
|
||||
file.text = groovy.json.JsonOutput.toJson(new groovy.json.JsonSlurper().parse(file))
|
||||
} catch (Exception e) {
|
||||
println "Unable to minify file ${file.name}"
|
||||
throw new RuntimeException(e)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,79 @@
|
|||
// 1.20.1 2023-07-27T11:42:20.2178647 ModKit Block Models for mod 'exnihiloreborn'
|
||||
8163eb5acfff90fdcc6b4e89bae66dc99f340409 assets/exnihiloreborn/blockstates/acacia_barrel.json
|
||||
4f143688c75d1d22d87525db129c2deff4cb1b4d assets/exnihiloreborn/blockstates/acacia_crucible.json
|
||||
550077caf300beba1a95493b946c07dfee12c986 assets/exnihiloreborn/blockstates/acacia_sieve.json
|
||||
338d39bc4ec37a06ba015ce7f5558013196f8e30 assets/exnihiloreborn/blockstates/bamboo_barrel.json
|
||||
893d6a4708785657e64ff649010da1141ba524ce assets/exnihiloreborn/blockstates/bamboo_crucible.json
|
||||
012ecfe44656f606a5b4d2ac6541a2d000fb10b1 assets/exnihiloreborn/blockstates/bamboo_sieve.json
|
||||
f2c1bde3b379038a91396bbe4fc01f1de9871e15 assets/exnihiloreborn/blockstates/birch_barrel.json
|
||||
cc46ad2a0000d162216e4fda286d2a37aa142ea2 assets/exnihiloreborn/blockstates/birch_crucible.json
|
||||
bd5d60c1bda2e8c2d9b6fd0f9e42fd23c812b040 assets/exnihiloreborn/blockstates/birch_sieve.json
|
||||
334b213ec25a19675e00713b1115b0262f320357 assets/exnihiloreborn/blockstates/cherry_barrel.json
|
||||
231e50ee2af8390c03269e862dd34899176d2b29 assets/exnihiloreborn/blockstates/cherry_crucible.json
|
||||
d069ffa749d61cde7929cd2ef52a7a7c86dda953 assets/exnihiloreborn/blockstates/cherry_sieve.json
|
||||
5f5bbbe9b79b72a8a3615d44269b7caaf3707f07 assets/exnihiloreborn/blockstates/crimson_barrel.json
|
||||
a86be80998103157736f9212eeeaccddd770d310 assets/exnihiloreborn/blockstates/crimson_crucible.json
|
||||
2f8815c476108b8156eb9cb209918fa4c87ebfa3 assets/exnihiloreborn/blockstates/crimson_sieve.json
|
||||
d994e84ca5c59f49ebf7e0d69fbfd4a432ee4d8c assets/exnihiloreborn/blockstates/crushed_end_stone.json
|
||||
f1f3b951efa204151692c5a798e757b39872d71c assets/exnihiloreborn/blockstates/crushed_netherrack.json
|
||||
1a03858ba7b9060437950d542e08c96caa803755 assets/exnihiloreborn/blockstates/dark_oak_barrel.json
|
||||
3cb092bdd393770aa457718081557167af93d845 assets/exnihiloreborn/blockstates/dark_oak_crucible.json
|
||||
c27279c1bf4a728270e9fd950b065eb330c098c3 assets/exnihiloreborn/blockstates/dark_oak_sieve.json
|
||||
9fb6363ff14ae201f1c3f171912de745eb11d1c0 assets/exnihiloreborn/blockstates/dust.json
|
||||
ca6e8d0580af6b68d27485ddc071699701c80ede assets/exnihiloreborn/blockstates/jungle_barrel.json
|
||||
20d1c92410e3fc83779be82162a442bd05511704 assets/exnihiloreborn/blockstates/jungle_crucible.json
|
||||
a608efc4ada6730658887d1c5eb17f3c3268f07b assets/exnihiloreborn/blockstates/jungle_sieve.json
|
||||
7fa7ff1512ff715e906b980c872e000e20ec9fa6 assets/exnihiloreborn/blockstates/mangrove_barrel.json
|
||||
2b75b23a90ae473ff0fff1278abb347affb54df7 assets/exnihiloreborn/blockstates/mangrove_crucible.json
|
||||
8864c1b9fc43ece435a9dc11f9d8776eeb4fcdee assets/exnihiloreborn/blockstates/mangrove_sieve.json
|
||||
8b4cf44bc18727cecb685f6d32a8f0fccc834936 assets/exnihiloreborn/blockstates/oak_barrel.json
|
||||
271c641c2e86b3fb90c1eb16523e217ca6cc5c50 assets/exnihiloreborn/blockstates/oak_crucible.json
|
||||
30874c4216b5bc67e92e15829662b1525aa7bf22 assets/exnihiloreborn/blockstates/oak_sieve.json
|
||||
29e1bf949cabf17725d373e850cbae6cc89ec815 assets/exnihiloreborn/blockstates/porcelain_crucible.json
|
||||
065fed0f14ff11edb9246091dafe2d7f9939229d assets/exnihiloreborn/blockstates/spruce_barrel.json
|
||||
9485fcbfd11d176e57a3298c0bb8a514812d9376 assets/exnihiloreborn/blockstates/spruce_crucible.json
|
||||
a449e7932a89701456425e5dec1cca20ec6d94e8 assets/exnihiloreborn/blockstates/spruce_sieve.json
|
||||
66e3f311f0845798f0f294cd9c11c6529b7f1db7 assets/exnihiloreborn/blockstates/stone_barrel.json
|
||||
1af85ed7bc98bcddfe321f34673e9275f174638f assets/exnihiloreborn/blockstates/unfired_crucible.json
|
||||
f50cbc9e0760d3f542b574a6a3a310e623ae066b assets/exnihiloreborn/blockstates/warped_barrel.json
|
||||
749af58cf7f9fbc72e61610c113810cd387ec7b5 assets/exnihiloreborn/blockstates/warped_crucible.json
|
||||
d17fe2b04d4f27cd73b83898bc0cef491f78916d assets/exnihiloreborn/blockstates/warped_sieve.json
|
||||
800851bdfd1ffc488c2a312526efb5173e9968be assets/exnihiloreborn/models/block/acacia_barrel.json
|
||||
311d32df49fe7d970255f09059d6dc65ede08b14 assets/exnihiloreborn/models/block/acacia_crucible.json
|
||||
4cdbd8f238d0624e08d6830db22a86652aae19aa assets/exnihiloreborn/models/block/acacia_sieve.json
|
||||
2cc962b9450bf61b2ddb0f5af7f71e59d77ee7a3 assets/exnihiloreborn/models/block/bamboo_barrel.json
|
||||
f2154053b0fa4557f533a5feba757b85e127fd19 assets/exnihiloreborn/models/block/bamboo_crucible.json
|
||||
e39a977cc17fe592dad67311e5d7c1bc68ff7ece assets/exnihiloreborn/models/block/bamboo_sieve.json
|
||||
c61c5a8c9fb9eb6c32a583a572869e8b16d0c152 assets/exnihiloreborn/models/block/birch_barrel.json
|
||||
274c114f58609be9f7caecca69ef223436fd75a9 assets/exnihiloreborn/models/block/birch_crucible.json
|
||||
4de06324ede3adae0bff435b76f1c1a59430fb9c assets/exnihiloreborn/models/block/birch_sieve.json
|
||||
5ae98369b88f47e0521913f1af506bb49bef590a assets/exnihiloreborn/models/block/cherry_barrel.json
|
||||
533f73fbc16ca12358cc884b2cdf0e7e45455d26 assets/exnihiloreborn/models/block/cherry_crucible.json
|
||||
a9f5516cbef883633a718bc9f95a77ecec61d5e3 assets/exnihiloreborn/models/block/cherry_sieve.json
|
||||
92dfef4be5cae63c8825920395b511fc91f62ed8 assets/exnihiloreborn/models/block/crimson_barrel.json
|
||||
31ce4c77543ac7d9ad0ff3a32546f466ea28ef5f assets/exnihiloreborn/models/block/crimson_crucible.json
|
||||
81ce0138c033df5b185950e9ee092d6799c2488c assets/exnihiloreborn/models/block/crimson_sieve.json
|
||||
fd0119a537924fc6850a920c43781fa819130752 assets/exnihiloreborn/models/block/crushed_end_stone.json
|
||||
d14058f8d716b5be1bfed5b7d78966a7d61ae97b assets/exnihiloreborn/models/block/crushed_netherrack.json
|
||||
dda0c86c6869280d63ddb8f22e067a94449ce2d8 assets/exnihiloreborn/models/block/dark_oak_barrel.json
|
||||
f0f916b251004c37066a38bc89072f3c4ca44703 assets/exnihiloreborn/models/block/dark_oak_crucible.json
|
||||
350ce308c2bbead4f9dc77f37ad3134a886d1c98 assets/exnihiloreborn/models/block/dark_oak_sieve.json
|
||||
ab9d65a5026b75c35213a9d014cb45a0d43054dc assets/exnihiloreborn/models/block/dust.json
|
||||
3db74a252880747aed13bc75efc9c4dc92167df5 assets/exnihiloreborn/models/block/jungle_barrel.json
|
||||
9e5a7c4e0356c4cd5fabaf97a288cf1565a570a3 assets/exnihiloreborn/models/block/jungle_crucible.json
|
||||
985edf29f622aa90be7112b111929ef1f6e740ad assets/exnihiloreborn/models/block/jungle_sieve.json
|
||||
d0ee395bfa9a5c7a009dd8cf96a9084437e81937 assets/exnihiloreborn/models/block/mangrove_barrel.json
|
||||
de6d3d30fe8f61f1fb4c05ddc2e3c435339f3dfa assets/exnihiloreborn/models/block/mangrove_crucible.json
|
||||
a9bf76c9a96e77573c23ee28933297e096a93e4c assets/exnihiloreborn/models/block/mangrove_sieve.json
|
||||
5135050ecd76cbbc9c324503ad48faa06d639ea5 assets/exnihiloreborn/models/block/oak_barrel.json
|
||||
e995201240f3161c007f2aabeac3d4d0d9c9f49e assets/exnihiloreborn/models/block/oak_crucible.json
|
||||
9e28b0bc586cdf6f6c946d9283e4ef608017ae06 assets/exnihiloreborn/models/block/oak_sieve.json
|
||||
d2e3cfbfb1ac6ac83e2c35ce647bae5b1c8f0809 assets/exnihiloreborn/models/block/porcelain_crucible.json
|
||||
a322848dc803f7454f25a55ee847885a5690bbbd assets/exnihiloreborn/models/block/spruce_barrel.json
|
||||
8ea5abf7e79174f61a8d820f0dc81942d4dd65d9 assets/exnihiloreborn/models/block/spruce_crucible.json
|
||||
4b27c2facb0468197e835bdff1b6c39731ca880a assets/exnihiloreborn/models/block/spruce_sieve.json
|
||||
e9914dbb533786d4561d8bf0b18dad07b2cf49e0 assets/exnihiloreborn/models/block/stone_barrel.json
|
||||
1391fefa4187d1b71f5b3524d5de397619b7233d assets/exnihiloreborn/models/block/unfired_crucible.json
|
||||
cb13ae3f594b7fff531888e3ee08d6c908004f84 assets/exnihiloreborn/models/block/warped_barrel.json
|
||||
039f49b0352ef994e6aa71e9393a50060a1e0bcc assets/exnihiloreborn/models/block/warped_crucible.json
|
||||
0eaabda282e211f8e6c924160d708bd4073818e2 assets/exnihiloreborn/models/block/warped_sieve.json
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
// 1.20.1 2023-07-25T10:12:25.4980895 Tags for minecraft:worldgen/world_preset mod id exnihiloreborn
|
||||
7d122e55aaa83d40d660c0e52819203a467a8c65 data/minecraft/tags/worldgen/world_preset/normal.json
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
// 1.20.1 2023-07-27T10:58:18.8937589 Loot Tables
|
||||
326c04383bd2178850f0515fba6dc9c9bfce07cc data/exnihiloreborn/loot_tables/blocks/acacia_barrel.json
|
||||
7239ee3a1d8ca43b6ac84a308a4af5063241db24 data/exnihiloreborn/loot_tables/blocks/birch_barrel.json
|
||||
55e7e691d4f48b13c4bbde87da7927e9bd983c3e data/exnihiloreborn/loot_tables/blocks/compressed_cobblestone.json
|
||||
0e7be00762d28aa5a28f564f232a18170a861a8a data/exnihiloreborn/loot_tables/blocks/compressed_dirt.json
|
||||
b5d0a1f20d7677abc42536c369b5702c67a676c1 data/exnihiloreborn/loot_tables/blocks/compressed_dust.json
|
||||
350a3a81e4141b346808c77cfa4e8a5dbc3a5a2f data/exnihiloreborn/loot_tables/blocks/compressed_sand.json
|
||||
c10ee8c3fe5e00ee3362596a2f5ed9349ca5d6c1 data/exnihiloreborn/loot_tables/blocks/crimson_barrel.json
|
||||
05efa87a7fb08d988544756d596ebe53dd0584c8 data/exnihiloreborn/loot_tables/blocks/dark_oak_barrel.json
|
||||
9354ad853e29c5a051f3319b66c19b0649be43a1 data/exnihiloreborn/loot_tables/blocks/dust.json
|
||||
eebb19a95fba75bb9abaaad7a7cd731f06351d9b data/exnihiloreborn/loot_tables/blocks/infested_leaves.json
|
||||
da7317e6905aee49b47b9cf98d89d6a38379a34e data/exnihiloreborn/loot_tables/blocks/jungle_barrel.json
|
||||
bd38cae64c70238e95529bd16f512f1a2ef2f69f data/exnihiloreborn/loot_tables/blocks/oak_barrel.json
|
||||
93a2689c6f6fb689910982ddc9ac927c7432bfe2 data/exnihiloreborn/loot_tables/blocks/spruce_barrel.json
|
||||
5ab70649c89c6ab9d14fdd95e053d591d8941076 data/exnihiloreborn/loot_tables/blocks/stone_barrel.json
|
||||
611f523b7a6b5b323e07d5e8a76620858559e8b8 data/exnihiloreborn/loot_tables/blocks/warped_barrel.json
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
// 1.20.1 2023-07-27T12:51:19.3141363 ModKit Language: en_us for mod 'exnihiloreborn'
|
||||
7883d6bd9bf13e07fe9b9dca3a2b85891c0a34fb assets/exnihiloreborn/lang/en_us.json
|
||||
|
|
@ -0,0 +1 @@
|
|||
// 1.20.1 2023-07-24T13:27:44.3296716 Tags for minecraft:block mod id exnihiloreborn
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
// 1.20.1 2023-07-27T11:42:20.2188641 ModKit Item Models for mod 'exnihiloreborn'
|
||||
b04ca14f505feb0c3145a0ec24e482f569fa1f8b assets/exnihiloreborn/models/item/acacia_barrel.json
|
||||
a3c0b9510b70d74c0c5430d782d9582378143599 assets/exnihiloreborn/models/item/acacia_crucible.json
|
||||
535cff3f576461aebe434a1ec8f9711776898e5f assets/exnihiloreborn/models/item/acacia_sieve.json
|
||||
a88334b623bd893eeb3068d6fb41879258a71043 assets/exnihiloreborn/models/item/bamboo_barrel.json
|
||||
77e1e0a00a28bf81a6453ccd79ec2298bad6456d assets/exnihiloreborn/models/item/bamboo_crucible.json
|
||||
96a8ac56018b941030e3723fd6c668d5e6f077b7 assets/exnihiloreborn/models/item/bamboo_sieve.json
|
||||
65f9d89721ea0b2846169a2a2435333e7074f75b assets/exnihiloreborn/models/item/birch_barrel.json
|
||||
d634e2fbb0b1149fcbbebbc45e619b4670f6703a assets/exnihiloreborn/models/item/birch_crucible.json
|
||||
9c7155d5900dae3bdc0aeb705a0378375de26290 assets/exnihiloreborn/models/item/birch_sieve.json
|
||||
11090f2ec5aed7682a5654bcb279398acaeafc8c assets/exnihiloreborn/models/item/bone_crook.json
|
||||
3d62de5d153770d63d7fd3790476af784ef87167 assets/exnihiloreborn/models/item/cherry_barrel.json
|
||||
857e1c605e0c00e54ff9815933cf62399e360cac assets/exnihiloreborn/models/item/cherry_crucible.json
|
||||
203704e4f975d9fb6a5883e47dc986d3f7ff05f6 assets/exnihiloreborn/models/item/cherry_sieve.json
|
||||
24a5c572fd594b8e5acce55cf529be866f4e886a assets/exnihiloreborn/models/item/cooked_silk_worm.json
|
||||
039a1c59b83319648aba5daa1af2af2c9e73a505 assets/exnihiloreborn/models/item/copper_ore_pieces.json
|
||||
80502debe44d9fcb8c01b307939d32c47d6b87f1 assets/exnihiloreborn/models/item/crimson_barrel.json
|
||||
ea89af27e1fe1cb2303b38d79159e8902f97f4a3 assets/exnihiloreborn/models/item/crimson_crucible.json
|
||||
7af13e06a0c7cb8341b654a6f8ae4dc6f1192a43 assets/exnihiloreborn/models/item/crimson_sieve.json
|
||||
0b64a4876ee67058a8bda9cebb467a6d0848e8c5 assets/exnihiloreborn/models/item/crook.json
|
||||
73d1a52fcaeab955e981ecc40e2cb623cee7bce2 assets/exnihiloreborn/models/item/crushed_end_stone.json
|
||||
1e5ecd874415a91cad41bc7e3f0bcc90b47f3c52 assets/exnihiloreborn/models/item/crushed_netherrack.json
|
||||
885165698a9d9c423126dca5709b4077527c81b8 assets/exnihiloreborn/models/item/dark_oak_barrel.json
|
||||
9c2910a983a388a361e9fae75bef3a4b03ceb0f6 assets/exnihiloreborn/models/item/dark_oak_crucible.json
|
||||
6846132cf2c8fc5b647bae32179f9dacd60b68bf assets/exnihiloreborn/models/item/dark_oak_sieve.json
|
||||
eeb577a82f53d7402e319e885940c22dab7fc013 assets/exnihiloreborn/models/item/deepslate_pebble.json
|
||||
1d9e7750ac92f1a7fb9eefefeabd88b007a418c9 assets/exnihiloreborn/models/item/diamond_hammer.json
|
||||
6bfbf0110e79fc4a3d23f19c717b30fc0b802142 assets/exnihiloreborn/models/item/diamond_mesh.json
|
||||
4c3b1319ea57598dad8c71f9aaa5676d2c37df57 assets/exnihiloreborn/models/item/dust.json
|
||||
0c3725d74213d85a332226d2a2472a5c4a0f66cd assets/exnihiloreborn/models/item/flint_mesh.json
|
||||
76282a4cd8b8f6aa0c5d72677be3173827eb3ff6 assets/exnihiloreborn/models/item/golden_hammer.json
|
||||
22c8f2d53b0473d9df577536b5f0270ae63bf5bd assets/exnihiloreborn/models/item/gold_ore_pieces.json
|
||||
30f28bafa588f7c036744d4507718734d4c781e7 assets/exnihiloreborn/models/item/iron_hammer.json
|
||||
de8a49ab10ece0aab2442e774dde8dc183783401 assets/exnihiloreborn/models/item/iron_mesh.json
|
||||
565691b30362d5c4587b9c7a4b3245f2f1023147 assets/exnihiloreborn/models/item/iron_ore_pieces.json
|
||||
318d5f172fdb062a59953353de55d56ed9d76642 assets/exnihiloreborn/models/item/jungle_barrel.json
|
||||
a4f6b856970f9f039deb71f07e02764be185a366 assets/exnihiloreborn/models/item/jungle_crucible.json
|
||||
e449e5fab8da5d332373caa04929b901f83aeb78 assets/exnihiloreborn/models/item/jungle_sieve.json
|
||||
2dca74120cbc21d014a8e03cc528a3a7d5839904 assets/exnihiloreborn/models/item/mangrove_barrel.json
|
||||
4e7e8199055e31c5098207d342c179eceb44ee01 assets/exnihiloreborn/models/item/mangrove_crucible.json
|
||||
f17f8f1832c87848526b3be9d5d76d7d87276014 assets/exnihiloreborn/models/item/mangrove_sieve.json
|
||||
d9d4fa1025cd10b1d3739c855b1a991092514c85 assets/exnihiloreborn/models/item/netherite_hammer.json
|
||||
4a7f79f0bd258ba1af477f322a25d7dfc62a1fff assets/exnihiloreborn/models/item/netherite_mesh.json
|
||||
7a36929a1f8ce7da493d55f3960f1ebfeb413e6b assets/exnihiloreborn/models/item/oak_barrel.json
|
||||
d1af6f8c91888cae507b642627cd2b2f528b53a0 assets/exnihiloreborn/models/item/oak_crucible.json
|
||||
281b9f684bd2b2f85c304e5cbb74c4d837896043 assets/exnihiloreborn/models/item/oak_sieve.json
|
||||
e3667f747270b4ff495a88c0d419fa132e3a5590 assets/exnihiloreborn/models/item/porcelain_bucket.json
|
||||
7bc045865bb8e98fe7f055a3887568707aff93b2 assets/exnihiloreborn/models/item/porcelain_clay.json
|
||||
ff053c93f97b9b94541ca54dae2d9df73981de90 assets/exnihiloreborn/models/item/porcelain_crucible.json
|
||||
662673e3da7f33b4c517be52e3e8944236f19365 assets/exnihiloreborn/models/item/silk_worm.json
|
||||
ca863a6c57b74743105f20bd9e84bddde78b754b assets/exnihiloreborn/models/item/spruce_barrel.json
|
||||
4e3930d76c134ae5aa44413c2419484d96c83f90 assets/exnihiloreborn/models/item/spruce_crucible.json
|
||||
38f1ec4266f28095cb91a2edbc02f83998ab6c4d assets/exnihiloreborn/models/item/spruce_sieve.json
|
||||
459705117a8f3c8ee16cfff0ca53d15ea5083ae3 assets/exnihiloreborn/models/item/stone_barrel.json
|
||||
66b6eaeeb75466603a8aa9438b11fc73e5c77f2f assets/exnihiloreborn/models/item/stone_hammer.json
|
||||
44481e3cbb4765019d9cde572a18e17d0b878f24 assets/exnihiloreborn/models/item/stone_pebble.json
|
||||
1eba49433a0cb08b803369899e10795c949bc45a assets/exnihiloreborn/models/item/string_mesh.json
|
||||
786bc050fc466f27c3ae77524c36ebfa1c3de611 assets/exnihiloreborn/models/item/unfired_crucible.json
|
||||
e8a646e41fbdf8748b28bdee70d2e5674fab35f4 assets/exnihiloreborn/models/item/warped_barrel.json
|
||||
1510e5ebe284711da4a8b83ee4e5d17daa75d7ca assets/exnihiloreborn/models/item/warped_crucible.json
|
||||
0ace5b4a2697b70a5521691fc1a4bedc0cfb1023 assets/exnihiloreborn/models/item/warped_sieve.json
|
||||
fc186f9799e156646dd54eea795723dc8365f4d7 assets/exnihiloreborn/models/item/witch_water_bucket.json
|
||||
08078b4e62d2d341509c131570f379618029e0e6 assets/exnihiloreborn/models/item/wooden_hammer.json
|
||||
|
|
@ -0,0 +1,141 @@
|
|||
// 1.20.1 2023-07-27T12:51:19.3161371 Recipes
|
||||
a3e58be04205964a0b890880f040d2fc0b9249e0 data/exnihiloreborn/advancements/recipes/food/cooked_silk_worm.json
|
||||
e370135e6c1584c360ab7f5595d363f66b6665cb data/exnihiloreborn/advancements/recipes/food/cooked_silk_worm_from_smoking.json
|
||||
a997345e74cecf81d4ae9c38973630ce6edf00f5 data/exnihiloreborn/advancements/recipes/food/porcelain_crucible_from_campfire_cooking.json
|
||||
54db00472cd9b30762b21263d721e91fae5c2858 data/exnihiloreborn/advancements/recipes/misc/acacia_barrel.json
|
||||
90a26e2be958eb40c751a78360e606a681979075 data/exnihiloreborn/advancements/recipes/misc/acacia_crucible.json
|
||||
460f1827f3870a74868c2fdc3109d21c848cd911 data/exnihiloreborn/advancements/recipes/misc/bamboo_barrel.json
|
||||
81f0df6bd5f0291aeb1dc54ef6f3c600bcd57ad2 data/exnihiloreborn/advancements/recipes/misc/bamboo_crucible.json
|
||||
9573f025a3fdd8b8c2fd10c80d71972cd3133a66 data/exnihiloreborn/advancements/recipes/misc/birch_barrel.json
|
||||
61c0510138b5dc14f623c02e5cd99202e7292450 data/exnihiloreborn/advancements/recipes/misc/birch_crucible.json
|
||||
528bb21007cc050a964654f8a437bc7bb4966e3b data/exnihiloreborn/advancements/recipes/misc/cherry_barrel.json
|
||||
925e20e41534e50ba00ebfa5aaa0f3f171998a00 data/exnihiloreborn/advancements/recipes/misc/cherry_crucible.json
|
||||
fd717e6474c96f26c2d72641cb67c19ecf4026b1 data/exnihiloreborn/advancements/recipes/misc/crimson_barrel.json
|
||||
6a23ae2d2c46c827d0b7934410ac0e82fb3292e1 data/exnihiloreborn/advancements/recipes/misc/crimson_crucible.json
|
||||
93b9339aae694eb850981382b7e0a84171185448 data/exnihiloreborn/advancements/recipes/misc/dark_oak_barrel.json
|
||||
0267d7b9f193d7fb328920b17ea2fa09425d8594 data/exnihiloreborn/advancements/recipes/misc/dark_oak_crucible.json
|
||||
37af38214d27787d743b0005e8feca0e0f100cea data/exnihiloreborn/advancements/recipes/misc/jungle_barrel.json
|
||||
5360db4c3c1e92b4f158b6d8560d1d83ea164b9e data/exnihiloreborn/advancements/recipes/misc/jungle_crucible.json
|
||||
fd9afece033aea82e8a3ee12d8ed45ca2ebf622d data/exnihiloreborn/advancements/recipes/misc/mangrove_barrel.json
|
||||
5171da502b40cacca6e9744ecc0789a36f4151ab data/exnihiloreborn/advancements/recipes/misc/mangrove_crucible.json
|
||||
2f6dc44b055105d2744f9b26f96e0453753b082b data/exnihiloreborn/advancements/recipes/misc/oak_barrel.json
|
||||
79c43b5e199350c9ac8aaee6f998ef83a6c26951 data/exnihiloreborn/advancements/recipes/misc/oak_crucible.json
|
||||
50fa3beee9627f3630f3182f6989c70cbfbcf33d data/exnihiloreborn/advancements/recipes/misc/porcelain_crucible.json
|
||||
92dedd042dac942b381704d4ea3c1f5d9e235fd9 data/exnihiloreborn/advancements/recipes/misc/spruce_barrel.json
|
||||
7febca27399bf00babc090143c96b5eca4d76a4b data/exnihiloreborn/advancements/recipes/misc/spruce_crucible.json
|
||||
cf0dba5dc3969ab76d3175b7a3df332d54952526 data/exnihiloreborn/advancements/recipes/misc/stone_barrel.json
|
||||
fc59e8cfe5a982f669dd9a44bc2156b88a5ad559 data/exnihiloreborn/advancements/recipes/misc/unfired_crucible.json
|
||||
f3f469f966cfc8c2e43cc9d49dd13f9085d48ec7 data/exnihiloreborn/advancements/recipes/misc/warped_barrel.json
|
||||
8c329ca51865a225bb50dfe7642a33e91a2db68f data/exnihiloreborn/advancements/recipes/misc/warped_crucible.json
|
||||
aea79a767d7327f398b0c44120edffe58ebf494e data/exnihiloreborn/advancements/recipes/tools/bone_crook.json
|
||||
25a47acab1fceae765a7906eced70c25259ab876 data/exnihiloreborn/advancements/recipes/tools/crook.json
|
||||
33c96c58b8d097acd123b22deff3db3bb178bd62 data/exnihiloreborn/advancements/recipes/tools/diamond_hammer.json
|
||||
ab6a0deca344914d436e7551b72e70a179e57a35 data/exnihiloreborn/advancements/recipes/tools/golden_hammer.json
|
||||
8a067b4e913c8ad704d75e57ed72bf1a5c245625 data/exnihiloreborn/advancements/recipes/tools/iron_hammer.json
|
||||
f1e5c3dcb58a67f20182260f90ab8345839bfa3a data/exnihiloreborn/advancements/recipes/tools/netherite_hammer.json
|
||||
749678bd91ad3bb180f01ba27319682d73df1752 data/exnihiloreborn/advancements/recipes/tools/stone_hammer.json
|
||||
c37bc0b1ac02ea202c2607d9b56d10e2adf8db1b data/exnihiloreborn/advancements/recipes/tools/wooden_hammer.json
|
||||
15ab7f3a8fb33766ffcd0c479baad03464c84072 data/exnihiloreborn/recipes/acacia_barrel.json
|
||||
1d052e4d187e6031475d152096231eb0b75b17e3 data/exnihiloreborn/recipes/acacia_crucible.json
|
||||
7a75cd85dd46fd082f0b9c10bc97dda93b00ea46 data/exnihiloreborn/recipes/bamboo_barrel.json
|
||||
687a62eda344b5adace2469dab89d6da30006417 data/exnihiloreborn/recipes/bamboo_crucible.json
|
||||
0dace1f83ca8735522f33f5efc40bf3e7e247ebb data/exnihiloreborn/recipes/barrel_compost/apple.json
|
||||
f1034b18c139bf896975ee3dbe7885242f98ffe0 data/exnihiloreborn/recipes/barrel_compost/beef.json
|
||||
4d8a4682ce0d2f345f7c3f38e1008dd8b33dca42 data/exnihiloreborn/recipes/barrel_compost/berries.json
|
||||
ca37f0367f66809284fb73b17f872d5957e8e4cb data/exnihiloreborn/recipes/barrel_compost/bread.json
|
||||
829816be4bd341cd026512bc18939d6085bdb10a data/exnihiloreborn/recipes/barrel_compost/cake.json
|
||||
cb9f526e6b90ed07885f9fe910c5b626e1401577 data/exnihiloreborn/recipes/barrel_compost/carrots.json
|
||||
28565850fa8f1d7a12fe4e107e1c2ff7a85ffa66 data/exnihiloreborn/recipes/barrel_compost/chicken.json
|
||||
053c3b85a3bd5db0e1406c36269a665740030ddc data/exnihiloreborn/recipes/barrel_compost/cod.json
|
||||
ea59e2bce95cb524a5c6c8963dad5198686634af data/exnihiloreborn/recipes/barrel_compost/cookie.json
|
||||
bb2aaf4eccffa94e78810a77ad48249f15e5282e data/exnihiloreborn/recipes/barrel_compost/egg.json
|
||||
9d985e6c15681608861372cceb4b8131179e53a2 data/exnihiloreborn/recipes/barrel_compost/grass.json
|
||||
da4bf93227246c55d0d57218549e56b6510cb802 data/exnihiloreborn/recipes/barrel_compost/kelp.json
|
||||
3c002cc1a28d036a7447184e76639c75ae28b29b data/exnihiloreborn/recipes/barrel_compost/leaves.json
|
||||
ad3dda7b41d9edbb36a9b101177fb12c12e82385 data/exnihiloreborn/recipes/barrel_compost/lily_pad.json
|
||||
eeb3e591fec86ae8ab3b3bc2b18c7f0745ab07ec data/exnihiloreborn/recipes/barrel_compost/melon.json
|
||||
6d6bca114c1597781c0ba81b6fc26c6b1b5ce68d data/exnihiloreborn/recipes/barrel_compost/melon_slice.json
|
||||
3940ef44c75d0d74dcac1205638d6d2251a8f4a7 data/exnihiloreborn/recipes/barrel_compost/mushrooms.json
|
||||
aa2eebdafa283da24e98573c17e58d6a5e1d32e1 data/exnihiloreborn/recipes/barrel_compost/mutton.json
|
||||
09302eeb5b6b68f56d3be9398d95b62cca844d10 data/exnihiloreborn/recipes/barrel_compost/nether_wart.json
|
||||
7c6d8d4bcbdb18a7a28e04dd90c775a27563ef33 data/exnihiloreborn/recipes/barrel_compost/pork.json
|
||||
7373b50f3edc014c80a69edddc056d7570d8ddee data/exnihiloreborn/recipes/barrel_compost/potatoes.json
|
||||
508b5dd0463aaf34beef633e20b872190f19cbd7 data/exnihiloreborn/recipes/barrel_compost/pufferfish.json
|
||||
f3b4494438edb4a6dd65788703da6b3c61ea657e data/exnihiloreborn/recipes/barrel_compost/pumpkin.json
|
||||
aecdad8bbb87e293964919ce736721292fd7d6ff data/exnihiloreborn/recipes/barrel_compost/pumpkin_pie.json
|
||||
7559836b4b76e81b2eea6a5d3af7b1a724046669 data/exnihiloreborn/recipes/barrel_compost/rabbit.json
|
||||
3120c565dc35fcdaf2a3b39a2576bebb69acb216 data/exnihiloreborn/recipes/barrel_compost/rotten_flesh.json
|
||||
c4b239b31f83c1e0308da813e03649a55a147016 data/exnihiloreborn/recipes/barrel_compost/salmon.json
|
||||
95747a00e458ffbbfdb35e74d740045830daf223 data/exnihiloreborn/recipes/barrel_compost/saplings.json
|
||||
cd318e41c753b237db0d23f0f664a2067d00052a data/exnihiloreborn/recipes/barrel_compost/seagrass.json
|
||||
69978512acbb22801ced85c33cee8ba5d42c4f59 data/exnihiloreborn/recipes/barrel_compost/seeds.json
|
||||
ea95857e04f42b611be4308dcab306e0acd4731c data/exnihiloreborn/recipes/barrel_compost/silk_worms.json
|
||||
5ce93122cd9311b420a51f7cef2b0121aff6fac1 data/exnihiloreborn/recipes/barrel_compost/small_flowers.json
|
||||
1196e88fcdb93f0b15f597a27c5b6d149b6a9050 data/exnihiloreborn/recipes/barrel_compost/spider_eye.json
|
||||
67248f665f8c8507ee1cf48b2501eef5e7cfc07a data/exnihiloreborn/recipes/barrel_compost/string.json
|
||||
a2890194aed3620c2a096d66853f7dfff134f33b data/exnihiloreborn/recipes/barrel_compost/sugar_cane.json
|
||||
9bc16c0e9f70a6fd2422c578f3ffb837cea3a7ca data/exnihiloreborn/recipes/barrel_compost/tall_flowers.json
|
||||
813ea4bc0de704bc25644b1ef0a43ffca497ea34 data/exnihiloreborn/recipes/barrel_compost/tall_grass.json
|
||||
1a93f6756bfabc23bc186fb8b2bfbbc48781b5ca data/exnihiloreborn/recipes/barrel_compost/tropical_fish.json
|
||||
30617af84eef24a61805cef9f12f7df1819a2c28 data/exnihiloreborn/recipes/barrel_compost/vine.json
|
||||
a1efb6dfadde94b73da785f3d9857eed2540c1f7 data/exnihiloreborn/recipes/barrel_compost/wheat.json
|
||||
6e3df85650328bce42f118edb970947c33d21f87 data/exnihiloreborn/recipes/birch_barrel.json
|
||||
b33e570733c5188df4e4fa23333688bbb41fd628 data/exnihiloreborn/recipes/birch_crucible.json
|
||||
a77177a80976dadad475d076045ed0fe35ab728f data/exnihiloreborn/recipes/bone_crook.json
|
||||
2262902695810de5890ea8eb49b1641007d46e53 data/exnihiloreborn/recipes/cherry_barrel.json
|
||||
22abc7bc31f67b4e2242dc6686281a9b5c977713 data/exnihiloreborn/recipes/cherry_crucible.json
|
||||
de36f05633916a8fab54b6b7814165314a7c41c4 data/exnihiloreborn/recipes/cooked_silk_worm.json
|
||||
809138aa3568b0b805306ec5134f62a260437831 data/exnihiloreborn/recipes/cooked_silk_worm_from_smoking.json
|
||||
ca5f097f3c474a582c54bd370897dea18a10daaa data/exnihiloreborn/recipes/crimson_barrel.json
|
||||
6c6283ce04a0599f4e85f247e0e397f8ba5df8ee data/exnihiloreborn/recipes/crimson_crucible.json
|
||||
ca5e9fd7400f3e44658911436d7e9e4da1095015 data/exnihiloreborn/recipes/crook.json
|
||||
5bb2a9d487ebc80970caf29ecd3e528df01bbac4 data/exnihiloreborn/recipes/dark_oak_barrel.json
|
||||
7eade02376b91508a564c06eed144104a0215869 data/exnihiloreborn/recipes/dark_oak_crucible.json
|
||||
7a58ae52499005a8b194e406f31c1be4a223f483 data/exnihiloreborn/recipes/diamond_hammer.json
|
||||
13540d2f5bb66b2bd194dca5ad8175f36c3625ca data/exnihiloreborn/recipes/golden_hammer.json
|
||||
da98669d2e0d8a2b037498f63fdd534c4ad7f88c data/exnihiloreborn/recipes/hammer/crushed_netherrack.json
|
||||
041032a45125fd9f8915a928ec7524c276bea4a8 data/exnihiloreborn/recipes/hammer/crushing_red_sandstone.json
|
||||
968a3c7e89ec7c793bef9448eee61eb41c1e6292 data/exnihiloreborn/recipes/hammer/crushing_sandstone.json
|
||||
4fae674b4893d89c06ab7cea1374e3cb6beb8bdc data/exnihiloreborn/recipes/hammer/crushing_stone_bricks.json
|
||||
421e577d31ea9f29c94fc4accf2228cc82203fd1 data/exnihiloreborn/recipes/hammer/dust.json
|
||||
24d6e7ad05b49201dd0fbc7d947ee1c7eaa536c6 data/exnihiloreborn/recipes/hammer/gravel.json
|
||||
89e95a16b00d0fed6ded49c75573cd31dc636565 data/exnihiloreborn/recipes/hammer/sand.json
|
||||
cc0996112cbb3bea9edb1e130044df4db2b11c75 data/exnihiloreborn/recipes/hammer/stone_pebbles.json
|
||||
f52d66bd356d8a087380bcba6d2ace5aefd20634 data/exnihiloreborn/recipes/iron_hammer.json
|
||||
f1c9f600738b54452c064fb87bfc2a7cd426fff8 data/exnihiloreborn/recipes/jungle_barrel.json
|
||||
862ce48ca979cfe274b1c3ccb13d4b5a51ca9864 data/exnihiloreborn/recipes/jungle_crucible.json
|
||||
4619cf9593d9c2703d4422614bce3e562ae91d76 data/exnihiloreborn/recipes/lava_crucible/cobblestone.json
|
||||
a5a32976c9aa8af48025729c0e01bf71950a66e7 data/exnihiloreborn/recipes/lava_crucible/gravel.json
|
||||
580a2e2e84fb2c6bd2116c9b0fc24404e9563cbb data/exnihiloreborn/recipes/lava_crucible/netherrack.json
|
||||
53a8954abfdb86fcaa7b5022cc1f646573679c30 data/exnihiloreborn/recipes/lava_crucible/stone.json
|
||||
4952952bf6bfa0e88503c762504920664cc83018 data/exnihiloreborn/recipes/mangrove_barrel.json
|
||||
e74887ddb09e78aee413ec63aaa25a9ab0f0ebbf data/exnihiloreborn/recipes/mangrove_crucible.json
|
||||
0b07e47e28f4d2a407813c41d3bad2c6c7cdde8c data/exnihiloreborn/recipes/netherite_hammer.json
|
||||
95662bf65d07735d6fcd409f80133a1f3a82e100 data/exnihiloreborn/recipes/oak_barrel.json
|
||||
a0501465b356002e17328ff509eecfa93e952a08 data/exnihiloreborn/recipes/oak_crucible.json
|
||||
6c9f7a6da776a73b0daf13e431c7d5ac73a58bed data/exnihiloreborn/recipes/porcelain_crucible.json
|
||||
19a026d0e8c0614cbc2b11150da49688ac0d3b0c data/exnihiloreborn/recipes/porcelain_crucible_from_campfire_cooking.json
|
||||
884041f9ea725ca44ac80e9e111e63099c82f8df data/exnihiloreborn/recipes/sieve/beetroot_seeds.json
|
||||
a8aef540a3d6b2b4ba30fc9813bd3e5df1d50ce6 data/exnihiloreborn/recipes/sieve/melon_seeds.json
|
||||
de43f772121c76d9b86d38673be84816a067d7c1 data/exnihiloreborn/recipes/sieve/pumpkin_seeds.json
|
||||
f0afd639fc9238f4f23bd6f5a2066cf16101d39a data/exnihiloreborn/recipes/sieve/stone_pebble.json
|
||||
5dfd628e764284176dbfc024c1abdd753148845e data/exnihiloreborn/recipes/sieve/wheat_seeds.json
|
||||
ffb29840856a0e5feb21c6992bfccbd6cb177882 data/exnihiloreborn/recipes/spruce_barrel.json
|
||||
4cadea3ddd3378b8eb3654f537b2355be053471b data/exnihiloreborn/recipes/spruce_crucible.json
|
||||
1a1187987414031f287bf60ac07e2058f3795bd0 data/exnihiloreborn/recipes/stone_barrel.json
|
||||
bdf1b94117a393d54bd291a41ab9d1f5d7828db0 data/exnihiloreborn/recipes/stone_hammer.json
|
||||
8d8ef9f564035f52f3e4bc5ad04ba760721b43d6 data/exnihiloreborn/recipes/unfired_crucible.json
|
||||
4fa9d5d6e61a8e318e861e76067d2f7b857d5d26 data/exnihiloreborn/recipes/warped_barrel.json
|
||||
8f6e9c019bb9761a97a2287539e28dd4417261e2 data/exnihiloreborn/recipes/warped_crucible.json
|
||||
ba01276a01024fcb4ff34b78d293182c0acb5e60 data/exnihiloreborn/recipes/water_crucible/apple.json
|
||||
b212fa7443467fdefa77c017877bb04ec62eb07b data/exnihiloreborn/recipes/water_crucible/cactus.json
|
||||
97101ccec5de5faa54359a286773386fdcf99a1b data/exnihiloreborn/recipes/water_crucible/leaves.json
|
||||
0ca5096effcadcf734f705434d82a2bfa92848f8 data/exnihiloreborn/recipes/water_crucible/lily_pad.json
|
||||
60e42c09994d864acb552d53d5db10e12d40a7c0 data/exnihiloreborn/recipes/water_crucible/melon.json
|
||||
d692d563bcfd47b66ded7affddf3a83d6761079d data/exnihiloreborn/recipes/water_crucible/melon_slice.json
|
||||
286e94d4f475355db321159e7eb0e87df371fe8f data/exnihiloreborn/recipes/water_crucible/pumpkin.json
|
||||
d9904d9d24a932da8444e78f60f4a0785f4febc5 data/exnihiloreborn/recipes/water_crucible/saplings.json
|
||||
72a94f33818d2175db5f68374b5fb9b8893ab570 data/exnihiloreborn/recipes/water_crucible/small_flowers.json
|
||||
da2019d86304e54dbd2d063920b3759f10fb4053 data/exnihiloreborn/recipes/water_crucible/sweet_berries.json
|
||||
c759cbfffc5440c1250eda82cb5b697b79dee6e0 data/exnihiloreborn/recipes/water_crucible/tall_flowers.json
|
||||
074157fe6757fc65a48a3e0a923694cb3e2de4a0 data/exnihiloreborn/recipes/wooden_hammer.json
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
// 1.20.1 2023-07-27T10:58:18.8907585 Tags for minecraft:item mod id exnihiloreborn
|
||||
3602c357ad3f65545614e0829504c3bd0e3b9925 data/exnihiloreborn/tags/items/barrels.json
|
||||
d5441416296951ce5fd5ce14bc6d3753b4f26950 data/exnihiloreborn/tags/items/crooks.json
|
||||
b08e46cd1efe72662e1fab1b90fe65ba31695695 data/exnihiloreborn/tags/items/hammers.json
|
||||
4d0a7706e14b16cfe3c6f98c535afc582d714578 data/exnihiloreborn/tags/items/stone_barrels.json
|
||||
b24f3ab9d607e3257d78d3a754a1255507e245f8 data/exnihiloreborn/tags/items/wooden_barrels.json
|
||||
|
|
@ -1,308 +0,0 @@
|
|||
6b1f7c2a40a8907e7f7408f1abfb28078caa4fff assets/exnihiloreborn/blockstates/acacia_barrel.json
|
||||
4cfcca92876cd40dce2731bf17e1c12bde0dc813 assets/exnihiloreborn/blockstates/acacia_crucible.json
|
||||
ef543c60f5f20a84037814c027cfdecca0f4cea0 assets/exnihiloreborn/blockstates/acacia_sieve.json
|
||||
239790a7c18c748b660d8ef88104bea785b6c8b2 assets/exnihiloreborn/blockstates/birch_barrel.json
|
||||
d00f325339290b49a550cbe16457fcf99e5d5a0e assets/exnihiloreborn/blockstates/birch_crucible.json
|
||||
da9be2724dd0b84eecab228d82785599313a025d assets/exnihiloreborn/blockstates/birch_sieve.json
|
||||
96fb45b1314378aaa7fb3860ee0c551137607d23 assets/exnihiloreborn/blockstates/crimson_barrel.json
|
||||
5dda0004c1720107f61245c74d9f382febb7c9ea assets/exnihiloreborn/blockstates/crimson_crucible.json
|
||||
2fbf799c3aa62833b89eedcda3841115eb51d846 assets/exnihiloreborn/blockstates/crimson_sieve.json
|
||||
cc9c3f04c5b8dab09cbe27daa63acd46d53d55e2 assets/exnihiloreborn/blockstates/crushed_end_stone.json
|
||||
0cc83d101a7ba1c53e4233520603cb8ec90ea4e5 assets/exnihiloreborn/blockstates/crushed_netherrack.json
|
||||
c57daf6b8fcfdedc131961f69c73b6507952afe3 assets/exnihiloreborn/blockstates/dark_oak_barrel.json
|
||||
2e621058efc29a09a1a7ef63c8beff29629e949f assets/exnihiloreborn/blockstates/dark_oak_crucible.json
|
||||
631b32a1d0ffaa6870a33b49c01ef90bcb1af498 assets/exnihiloreborn/blockstates/dark_oak_sieve.json
|
||||
b80f3a9a366a319ffb13b430ac450f7e9a8da1c7 assets/exnihiloreborn/blockstates/dust.json
|
||||
d6e60487cb7b9fe4895677bc27cf7ae460f4a6c8 assets/exnihiloreborn/blockstates/jungle_barrel.json
|
||||
304d271ad49bc8295de2d10e16eb91506e1a3049 assets/exnihiloreborn/blockstates/jungle_crucible.json
|
||||
bbad544438efbffb530fbafb3733069782c8a75f assets/exnihiloreborn/blockstates/jungle_sieve.json
|
||||
7aa72fb4e265c728322964fdf9fd6ee36156cd00 assets/exnihiloreborn/blockstates/oak_barrel.json
|
||||
21ad905736d2fdd2df8eb5a5e8263c6c1c23d799 assets/exnihiloreborn/blockstates/oak_crucible.json
|
||||
3c2c217a2309840bb1d94dddd376f948617d43b8 assets/exnihiloreborn/blockstates/oak_sieve.json
|
||||
1b11dc53dbabd2844e6763f47cae3388ad0c5264 assets/exnihiloreborn/blockstates/porcelain_crucible.json
|
||||
859f034cece7abfa991b8b3cef4f194bbfafa2e8 assets/exnihiloreborn/blockstates/spruce_barrel.json
|
||||
b60e62238d282b373cacdcaaa8f5cdfcf8773304 assets/exnihiloreborn/blockstates/spruce_crucible.json
|
||||
b87591386e02d4f86a3faef2b43b89011d055542 assets/exnihiloreborn/blockstates/spruce_sieve.json
|
||||
72a1cca44f9264a87045d73b6ba4b4422f893f7a assets/exnihiloreborn/blockstates/stone_barrel.json
|
||||
035bba6565158e71f78ddc64421004001b72f9bd assets/exnihiloreborn/blockstates/unfired_crucible.json
|
||||
43f536765740a10e87376f1868a352e9b3578e3b assets/exnihiloreborn/blockstates/warped_barrel.json
|
||||
3da9a7f055c1ef45bddbbe4d2caab4010e4a94ba assets/exnihiloreborn/blockstates/warped_crucible.json
|
||||
5bf22e4b5f24f6e634a7a5d2ffb507160d7df19b assets/exnihiloreborn/blockstates/warped_sieve.json
|
||||
8593319de75b48dd4f6cd75c29344891b173b0e3 assets/exnihiloreborn/lang/en_us.json
|
||||
fc7629ecbb61ad05a717b5399e494746aebd46f2 assets/exnihiloreborn/models/block/acacia_barrel.json
|
||||
2faac013888461275178b85d135bee8c4587a1d3 assets/exnihiloreborn/models/block/acacia_crucible.json
|
||||
8774297c443953ac2add65bfdd4eded703fbb412 assets/exnihiloreborn/models/block/acacia_sieve.json
|
||||
0a0fd97607320822d7f126f6422922df0225c69a assets/exnihiloreborn/models/block/birch_barrel.json
|
||||
732bd9803ef2351896e97f277eefc9f0857b34b0 assets/exnihiloreborn/models/block/birch_crucible.json
|
||||
b03c2fe3e19cb42da6329bc0312b8bece38b0a01 assets/exnihiloreborn/models/block/birch_sieve.json
|
||||
e78e763781a1dcd1919f9b466faa124048c703f0 assets/exnihiloreborn/models/block/crimson_barrel.json
|
||||
d61d2a148163e9315d8ebd058323a59697503a8d assets/exnihiloreborn/models/block/crimson_crucible.json
|
||||
ec509d5d0ce8307f4db0373effd841962fb444b2 assets/exnihiloreborn/models/block/crimson_sieve.json
|
||||
a2dd7dc4b93718c1fa541cbbc4b707a0b10c7a45 assets/exnihiloreborn/models/block/crushed_end_stone.json
|
||||
4a8f2f59570b6ee3abdd9332c422f0c4bd922a70 assets/exnihiloreborn/models/block/crushed_netherrack.json
|
||||
da1a0e75d98233de9afc951a09d760ed8b17ba80 assets/exnihiloreborn/models/block/dark_oak_barrel.json
|
||||
fcfa75f17fbf9ef1ab688920c9ad274f4a6af7c6 assets/exnihiloreborn/models/block/dark_oak_crucible.json
|
||||
c55835b1aeba6642ddffe80282819cc31e75f1a1 assets/exnihiloreborn/models/block/dark_oak_sieve.json
|
||||
bfc71b617371fc9b58281dab8db17e3022ed5976 assets/exnihiloreborn/models/block/dust.json
|
||||
916d957dd5700f934d8b2e821762c812a23f244d assets/exnihiloreborn/models/block/jungle_barrel.json
|
||||
63c0cbd8217e3b639b3a3187cd99a805f0cece29 assets/exnihiloreborn/models/block/jungle_crucible.json
|
||||
b805f2bc24a1565fa0e86eeb5653e0d46a78e993 assets/exnihiloreborn/models/block/jungle_sieve.json
|
||||
f8d2bd98ad407c49566ae911feba7abc531a4cd5 assets/exnihiloreborn/models/block/oak_barrel.json
|
||||
08525e523958ca7b6c7540c2bef11f28fb7502c0 assets/exnihiloreborn/models/block/oak_crucible.json
|
||||
39f9c13ade872068dbb48ecf7dc98c19d11fab75 assets/exnihiloreborn/models/block/oak_sieve.json
|
||||
f124d29de3f40103c7e47b98c28f02f752e92f6c assets/exnihiloreborn/models/block/porcelain_crucible.json
|
||||
34d343e599b93fad9b765dce84501504be0217c0 assets/exnihiloreborn/models/block/spruce_barrel.json
|
||||
86245ab87ce1595f217d9a9d9c21f4d2303dfefe assets/exnihiloreborn/models/block/spruce_crucible.json
|
||||
40db06387ec10438a8feb79ffdd6b53cd07e582d assets/exnihiloreborn/models/block/spruce_sieve.json
|
||||
b2acd16c3cf321faee10b2a3863ce2797e1a026e assets/exnihiloreborn/models/block/stone_barrel.json
|
||||
f454ed0ed5fa37fd1339f18063fb1cfdfd164669 assets/exnihiloreborn/models/block/unfired_crucible.json
|
||||
ad9c5cf97b42805238a7edea2fdaeeb03e6da7d3 assets/exnihiloreborn/models/block/warped_barrel.json
|
||||
953a84335205c9b8581d793d5c844f895a4f3135 assets/exnihiloreborn/models/block/warped_crucible.json
|
||||
a89c05d07b7e05c6aaf2bb197aedb10786e1128f assets/exnihiloreborn/models/block/warped_sieve.json
|
||||
b6b1c57f668edf98740db76fd14f133eaffd0720 assets/exnihiloreborn/models/item/acacia_barrel.json
|
||||
183d0697b952c37b5c6818adb9fa8f6333693528 assets/exnihiloreborn/models/item/acacia_crucible.json
|
||||
056527f91834d397e6e6d58ed593304290379d4a assets/exnihiloreborn/models/item/acacia_sieve.json
|
||||
009913aff8f2b1c986022ae220711a6ae0a5b7b0 assets/exnihiloreborn/models/item/birch_barrel.json
|
||||
38cbfac78e620cd843f87fb06bb82d0b782b10ce assets/exnihiloreborn/models/item/birch_crucible.json
|
||||
1e55d3001b89131196e2633c5ca90b39a0fd3d85 assets/exnihiloreborn/models/item/birch_sieve.json
|
||||
c5b025888aa5205fd99aa22ced491ab5d15d8367 assets/exnihiloreborn/models/item/bone_crook.json
|
||||
14b3d5e284b7b3d39951712a1f1f7c4e1ff17d48 assets/exnihiloreborn/models/item/cooked_silk_worm.json
|
||||
6bf1e8bafd9b964e601768304131f4f16d45cd0e assets/exnihiloreborn/models/item/crimson_barrel.json
|
||||
a98fd77c49e09c5a3ddb17ff128157bd60ca9a8c assets/exnihiloreborn/models/item/crimson_crucible.json
|
||||
b9a31f1db41dbd0b59f867b008ec55792061bdaa assets/exnihiloreborn/models/item/crimson_sieve.json
|
||||
1cd6f833e1d0c8751cfc358d91d964c897de58d4 assets/exnihiloreborn/models/item/crook.json
|
||||
28d934726ab844081edb590c59f3dcc3c2dc6bfb assets/exnihiloreborn/models/item/crushed_end_stone.json
|
||||
6e2ecc834f0e35ed8f0f24b1bb2382c68f359a17 assets/exnihiloreborn/models/item/crushed_netherrack.json
|
||||
3b66ea2aae7c884567ba388bf64e89c627d9ce23 assets/exnihiloreborn/models/item/dark_oak_barrel.json
|
||||
a37fde390decb12fde8466cc3379ee12ab5fe25d assets/exnihiloreborn/models/item/dark_oak_crucible.json
|
||||
8d83269151e363c2bdd9d0c428f856a0a05791fe assets/exnihiloreborn/models/item/dark_oak_sieve.json
|
||||
e7c623c33a07c856eb70bb68c5504d64c1131d6a assets/exnihiloreborn/models/item/diamond_hammer.json
|
||||
ce06221b61a1e59776244f6cd7297730dc6c44f7 assets/exnihiloreborn/models/item/dust.json
|
||||
34b81e1056dc4a84b7cf40ca711e81a4d52d6113 assets/exnihiloreborn/models/item/golden_hammer.json
|
||||
c568879b6ac167affec3e14eb12e5119178c8369 assets/exnihiloreborn/models/item/iron_hammer.json
|
||||
f07bda7d8acb0858f4f5141496ec1b8f1ad8adca assets/exnihiloreborn/models/item/jungle_barrel.json
|
||||
d6add4e04cec2661b245b69d228acc7237da42dc assets/exnihiloreborn/models/item/jungle_crucible.json
|
||||
123aafb9e4c2d7b84a11788eb125f1dd4fb0f02f assets/exnihiloreborn/models/item/jungle_sieve.json
|
||||
70120521c811abb2e8c81a6b06eb7d5c14219db4 assets/exnihiloreborn/models/item/oak_barrel.json
|
||||
307de756c26a215396ab04a905ac79df5e96a948 assets/exnihiloreborn/models/item/oak_crucible.json
|
||||
cabe1fe16d343bcd9338dcc1c7c52b9f992110e4 assets/exnihiloreborn/models/item/oak_sieve.json
|
||||
6c25f161c7adc7db3961bbd9a24146b8edeb32b6 assets/exnihiloreborn/models/item/porcelain_crucible.json
|
||||
d0baa6801590a4581fa94f168df5183730589fb1 assets/exnihiloreborn/models/item/silk_worm.json
|
||||
8e0cecb3176800ff5972704e7251dffa7253d2e1 assets/exnihiloreborn/models/item/spruce_barrel.json
|
||||
b853e1b5a36df4b5660e0fc413a9df9a145ce3f9 assets/exnihiloreborn/models/item/spruce_crucible.json
|
||||
cc1c573870dac3f2a5c3e8e80964eb494cb2c3e9 assets/exnihiloreborn/models/item/spruce_sieve.json
|
||||
7a1b6abcd79c1c797a0884380c926482e2323fb1 assets/exnihiloreborn/models/item/stone_barrel.json
|
||||
b6aa4986ab295a968d7fb1630023714240a7b03f assets/exnihiloreborn/models/item/stone_hammer.json
|
||||
b69a214d853d74c17a1a92114ab4c2f1316162fe assets/exnihiloreborn/models/item/unfired_crucible.json
|
||||
42e0adade5d4e9f8c5bc0309ab9e82e375d77696 assets/exnihiloreborn/models/item/warped_barrel.json
|
||||
afed51f68ebb12aaeffe6f8141b9c21ec950fb4f assets/exnihiloreborn/models/item/warped_crucible.json
|
||||
b9fcf4827195310e0fc6120171bc0242bc440ef7 assets/exnihiloreborn/models/item/warped_sieve.json
|
||||
fb15c1f086ed59aeb62879c7160f28a3d7ef4de3 assets/exnihiloreborn/models/item/wooden_hammer.json
|
||||
6b13f0abd30f8e3935c86963e3b5b7a4258bd7dd data/exnihiloreborn/advancements/recipes/exnihiloreborn/acacia_barrel.json
|
||||
5c134ce0d7c57e569bbf1bb9a6905976b34c2540 data/exnihiloreborn/advancements/recipes/exnihiloreborn/acacia_crucible.json
|
||||
cbd050075da9b73b9738af87c8bb98b42510f452 data/exnihiloreborn/advancements/recipes/exnihiloreborn/birch_barrel.json
|
||||
ee0e9d1c8c34cd7ff43b9ee286d9aa0a44dd6407 data/exnihiloreborn/advancements/recipes/exnihiloreborn/birch_crucible.json
|
||||
bb7c50bcb94ee585343de89c7aca1713bc451b71 data/exnihiloreborn/advancements/recipes/exnihiloreborn/bone_crook.json
|
||||
bcc07ba16eb241fe27411e70e9802fa9ccf1c725 data/exnihiloreborn/advancements/recipes/exnihiloreborn/compressed_crook.json
|
||||
966e85a52859f9e071130353134d823b8e6d37f5 data/exnihiloreborn/advancements/recipes/exnihiloreborn/cooked_silk_worm.json
|
||||
2eeffb066842df5bd36818c751e7e900bfab573c data/exnihiloreborn/advancements/recipes/exnihiloreborn/crimson_barrel.json
|
||||
07fb507a770c9d70e80bd1e7f3c1b50090087521 data/exnihiloreborn/advancements/recipes/exnihiloreborn/crimson_crucible.json
|
||||
4738a5e12744f6f0bc1411bd4a6d2d09f8c98930 data/exnihiloreborn/advancements/recipes/exnihiloreborn/crook.json
|
||||
285be8d87ddf835429c7d6d61f5246c94faa54a3 data/exnihiloreborn/advancements/recipes/exnihiloreborn/dark_oak_barrel.json
|
||||
01bc75c0be5fa8d224cedbc963f07e80a5fbd7ac data/exnihiloreborn/advancements/recipes/exnihiloreborn/dark_oak_crucible.json
|
||||
ecc1a50dc52ef324615180e1b8caf4666d6bb0c6 data/exnihiloreborn/advancements/recipes/exnihiloreborn/diamond_hammer.json
|
||||
f6b903bc4e0549a39d1319fea690090c52450373 data/exnihiloreborn/advancements/recipes/exnihiloreborn/golden_hammer.json
|
||||
ea82d82f3598de41a34b675a87979bcf11c11908 data/exnihiloreborn/advancements/recipes/exnihiloreborn/iron_hammer.json
|
||||
fa64e83b81957793f3e280e3295f70fb5a378e12 data/exnihiloreborn/advancements/recipes/exnihiloreborn/jungle_barrel.json
|
||||
0ba940ea12af29bacb95bcf0256335e3deaf7eaf data/exnihiloreborn/advancements/recipes/exnihiloreborn/jungle_crucible.json
|
||||
6c3cd676b4b31c9758a12b1f2207aa2b5a2f6dcc data/exnihiloreborn/advancements/recipes/exnihiloreborn/oak_barrel.json
|
||||
c8ed20329333ddf22c2258ed797c1d3bb28490fe data/exnihiloreborn/advancements/recipes/exnihiloreborn/oak_crucible.json
|
||||
bcbc1214981633751fbdbad75c1e15b2cc2c5e9c data/exnihiloreborn/advancements/recipes/exnihiloreborn/porcelain_crucible.json
|
||||
e0de3a8f65d6f0ce24d3a73daa9ad49cd8f1eab0 data/exnihiloreborn/advancements/recipes/exnihiloreborn/spruce_barrel.json
|
||||
8f9a667b15d0ca9e61d55514be28d3d68ab960be data/exnihiloreborn/advancements/recipes/exnihiloreborn/spruce_crucible.json
|
||||
53237e2f0c0332e2b651a70caada4bf0883cd7d8 data/exnihiloreborn/advancements/recipes/exnihiloreborn/stone_barrel.json
|
||||
1d6f6b945d4c8aea67e256309a2833ad62e40111 data/exnihiloreborn/advancements/recipes/exnihiloreborn/stone_hammer.json
|
||||
23cad98d77125e56b162f66a4f7c063aaf976050 data/exnihiloreborn/advancements/recipes/exnihiloreborn/unfired_crucible.json
|
||||
a833117f7ea1ea35025691aa1e9392de75b4d27a data/exnihiloreborn/advancements/recipes/exnihiloreborn/warped_barrel.json
|
||||
95709fa9f528fe8864a380e47271fa136a4d23a4 data/exnihiloreborn/advancements/recipes/exnihiloreborn/warped_crucible.json
|
||||
6bb59781f6303c94205223365921e3197f07eace data/exnihiloreborn/advancements/recipes/exnihiloreborn/wooden_hammer.json
|
||||
7e1a9f4c6014042f1b37e13e5f41d7f1aa1c3782 data/exnihiloreborn/loot_tables/blocks/acacia_barrel.json
|
||||
55e3f3cfedf47ad775d1354ea0850fa6e2da1515 data/exnihiloreborn/loot_tables/blocks/birch_barrel.json
|
||||
56f8a57d4951f080a470c6a993aded60978da8c5 data/exnihiloreborn/loot_tables/blocks/compressed_cobblestone.json
|
||||
96e3fd87da7d782ee296f92e0d21f7126952203c data/exnihiloreborn/loot_tables/blocks/compressed_dirt.json
|
||||
7dcf5bcc109a8232bad0eb5da20452751e28f742 data/exnihiloreborn/loot_tables/blocks/compressed_dust.json
|
||||
d3c6080124dec154a147f7b387f7b45f7a69b08f data/exnihiloreborn/loot_tables/blocks/compressed_sand.json
|
||||
13b8c702c4a29592805d50ad6be1fb418a762d68 data/exnihiloreborn/loot_tables/blocks/crimson_barrel.json
|
||||
0df0157da6efb67e302174b78a11336042b55029 data/exnihiloreborn/loot_tables/blocks/dark_oak_barrel.json
|
||||
153332e35013ac8ce00c3c7d9e96fcf2b7418f12 data/exnihiloreborn/loot_tables/blocks/dust.json
|
||||
3f997adf0dbd796a553c901d44bf344d0758393a data/exnihiloreborn/loot_tables/blocks/infested_leaves.json
|
||||
b72effb758675549b6bed2a131f9bbe3e46ea505 data/exnihiloreborn/loot_tables/blocks/jungle_barrel.json
|
||||
cf78b1f62fe2f14a3aeeab9c55a594d4fafd965d data/exnihiloreborn/loot_tables/blocks/oak_barrel.json
|
||||
12541930dfff7ddf4fdaaeeb744ef361e9a85dcb data/exnihiloreborn/loot_tables/blocks/spruce_barrel.json
|
||||
5bc1d6f1f8f190d6da258c215b450156cb915853 data/exnihiloreborn/loot_tables/blocks/stone_barrel.json
|
||||
bb4e1d6e0d46871a50fd12a0ee6ec2522044fd05 data/exnihiloreborn/loot_tables/blocks/warped_barrel.json
|
||||
80cd88ac7cdf83c4d85ed33eaec23b1e5a30be37 data/exnihiloreborn/recipes/acacia_barrel.json
|
||||
00289c1036ea6eb7b7bc352dfe730aefabcfccf3 data/exnihiloreborn/recipes/acacia_crucible.json
|
||||
9a5593056cd0123fc99ceee4e8b4e0baab451e77 data/exnihiloreborn/recipes/barrel_compost/apple.json
|
||||
17484460671baa5c0030bad675d7ef998c39df8b data/exnihiloreborn/recipes/barrel_compost/bread.json
|
||||
924c20ccecc4549c3da5ebecbdd98bb737c896d4 data/exnihiloreborn/recipes/barrel_compost/cookie.json
|
||||
ef70f45c9dae5e819ae41a3fce333cfdea509e4a data/exnihiloreborn/recipes/barrel_compost/kelp.json
|
||||
7fa9a414885aeeba54fd530d895620f436991dcc data/exnihiloreborn/recipes/barrel_compost/leaves.json
|
||||
153fcdc950855b9f18e417e249daa1bf22ee3af1 data/exnihiloreborn/recipes/barrel_compost/melon.json
|
||||
d48c313e8904ac474d823ab9cb3f0028df15356f data/exnihiloreborn/recipes/barrel_compost/melon_slice.json
|
||||
53d049cf51ddc6902503dafffc5298704dab0dc2 data/exnihiloreborn/recipes/barrel_compost/mushrooms.json
|
||||
93c059428567a58439cfd7c999eb75a298a2419e data/exnihiloreborn/recipes/barrel_compost/nether_wart.json
|
||||
5bf24aacd0eee32a5f8c89b22f108cb9715366d6 data/exnihiloreborn/recipes/barrel_compost/pumpkin.json
|
||||
9bd10d56444191c6f88d9c8839446675de4eef37 data/exnihiloreborn/recipes/barrel_compost/pumpkin_pie.json
|
||||
ff828be14e992c890b3066ac0f24f0f8d2f465e5 data/exnihiloreborn/recipes/barrel_compost/saplings.json
|
||||
729c7a6d72e29103b1c6d265e02238ad1e8add20 data/exnihiloreborn/recipes/barrel_compost/seagrass.json
|
||||
62ead8b6d3747c3467e7e14f6f34c816bfcbcd40 data/exnihiloreborn/recipes/barrel_compost/seeds.json
|
||||
b8c51d6410b50dee022db5ccac01b9800bade308 data/exnihiloreborn/recipes/barrel_compost/silk_worms.json
|
||||
2d14fef43c12935f895bfd958a14bb3ca5fc9223 data/exnihiloreborn/recipes/barrel_compost/small_flowers.json
|
||||
fbe5d2c7c275df5683b20b1e15f12bec2f426f6d data/exnihiloreborn/recipes/barrel_compost/spider_eye.json
|
||||
d3ab57bca3495e7537716f168554ce6ae9f72f9f data/exnihiloreborn/recipes/barrel_compost/sweet_berries.json
|
||||
6f6f93ffa5bcc28948106e6efc0fe275b7fecb2e data/exnihiloreborn/recipes/barrel_compost/tall_flowers.json
|
||||
74ddc2ca01f0e2a35e609633bc7a67793c63f473 data/exnihiloreborn/recipes/barrel_compost/wheat.json
|
||||
00f9ee47d01b26ff9fdb01032c2629c9701ff5a1 data/exnihiloreborn/recipes/birch_barrel.json
|
||||
c9d521c98e634eaee6a64a5ac152902ba10dd694 data/exnihiloreborn/recipes/birch_crucible.json
|
||||
00c545fb1552eda6d048d2360ae59c8fc837dc7e data/exnihiloreborn/recipes/bone_crook.json
|
||||
eeed21a616d81213a7fc605b51b0c18e46bde843 data/exnihiloreborn/recipes/compressed_crook.json
|
||||
0830189e0e494f36030ed2511639528df4473d13 data/exnihiloreborn/recipes/cooked_silk_worm.json
|
||||
327708e5cc4c5cb2c1c3ba88bb3cf3939039ec2b data/exnihiloreborn/recipes/crimson_barrel.json
|
||||
37cc68ed5337fdf24bafeee830b327009ebaa33e data/exnihiloreborn/recipes/crimson_crucible.json
|
||||
9f1f7d3b1498aea50cd4aca636fe97ff495073b3 data/exnihiloreborn/recipes/crook.json
|
||||
3de823e6a637550f483788fbbf0bcf3eb754344f data/exnihiloreborn/recipes/dark_oak_barrel.json
|
||||
91505bedc6771829bd6e2e3ced6e992c107c96b7 data/exnihiloreborn/recipes/dark_oak_crucible.json
|
||||
2c6e77c878721480afc9f90262db4c037d651237 data/exnihiloreborn/recipes/diamond_hammer.json
|
||||
4bfc3eabfc36a2d19f0c55227f0e4a322d823962 data/exnihiloreborn/recipes/golden_hammer.json
|
||||
f57cb3b8bf65c90a48cc388152840f7b11ce3556 data/exnihiloreborn/recipes/hammer/crushing_red_sandstone.json
|
||||
23e4048ef09ed61a26ba66da7aadd5adfb522415 data/exnihiloreborn/recipes/hammer/crushing_sandstone.json
|
||||
2d4174edc94e859a604bed46199db915a6927260 data/exnihiloreborn/recipes/hammer/crushing_stone_bricks.json
|
||||
b69e7d7dda133d91b025d36ef84566ac44f7f6dc data/exnihiloreborn/recipes/hammer/dust.json
|
||||
f487e8a70d29641a70d76f274957ba42286963e0 data/exnihiloreborn/recipes/hammer/gravel.json
|
||||
12e8c032a7db4148d0006d66ff1fbd0373935803 data/exnihiloreborn/recipes/hammer/sand.json
|
||||
281e8e15a3159a508fe4262ad2ce2113d7ceac3c data/exnihiloreborn/recipes/hammer/stone_pebbles.json
|
||||
ced6fb12c0fbc529e98572cbd3452891e0564fe7 data/exnihiloreborn/recipes/iron_hammer.json
|
||||
c918efafcf434580d9b47d0a1ec3dbfdb28045f6 data/exnihiloreborn/recipes/jungle_barrel.json
|
||||
a19f3bc2479dcacc247de14ba6869ffc001c8dea data/exnihiloreborn/recipes/jungle_crucible.json
|
||||
d829ab200ba6efdc0d1a9758759289363c132f5d data/exnihiloreborn/recipes/lava_crucible/cobblestone.json
|
||||
ffaec302cf020443f66ca28f8e8a8ed427bbd89b data/exnihiloreborn/recipes/lava_crucible/gravel.json
|
||||
b3ebb98ef1ea9ac7e49d77d23ec0e984faf6537e data/exnihiloreborn/recipes/lava_crucible/netherrack.json
|
||||
f8bb7bbed78bf4dae074eaa05326d803337a489c data/exnihiloreborn/recipes/lava_crucible/stone.json
|
||||
af075fdc2fdc2cd328c6e7d5d22044780b5a00b9 data/exnihiloreborn/recipes/oak_barrel.json
|
||||
70bc1f2f8c7d3da8eada077d8658185a8d6b5055 data/exnihiloreborn/recipes/oak_crucible.json
|
||||
c05d612814c3125dc7c4e1a370cd073d3a63300c data/exnihiloreborn/recipes/porcelain_crucible.json
|
||||
62037aa67646438cc78d36b3fc481f5e3d2f8fe5 data/exnihiloreborn/recipes/sieve/beetroot_seeds.json
|
||||
60d53c7435b74119da7d0d94bf994831ad8eaed8 data/exnihiloreborn/recipes/sieve/melon_seeds.json
|
||||
8c3674b088a37bf1fa425ac09c014a56d3799612 data/exnihiloreborn/recipes/sieve/pumpkin_seeds.json
|
||||
0c3425075a3cdd2170d75d3a0db1798ccce457d7 data/exnihiloreborn/recipes/sieve/stone_pebble.json
|
||||
8e15ced335e2cbd6cd529f5f87484e22d9a53a87 data/exnihiloreborn/recipes/sieve/wheat_seeds.json
|
||||
300c398ab36fc28e82f8cb8896dc904e600495d5 data/exnihiloreborn/recipes/spruce_barrel.json
|
||||
a6b1b5fc9a290b5f8603510daf8d9399b4de9c10 data/exnihiloreborn/recipes/spruce_crucible.json
|
||||
5de67d9a1ebd11bd5eacb443f94be5a47823e552 data/exnihiloreborn/recipes/stone_barrel.json
|
||||
2e5789cb2eb0ba068bbf4f53d970b68fe2388e9e data/exnihiloreborn/recipes/stone_hammer.json
|
||||
e08d2edc60f419dd2a508de85316391d67b9c207 data/exnihiloreborn/recipes/unfired_crucible.json
|
||||
655c330907b76195e87fa161d146cb0100033ca4 data/exnihiloreborn/recipes/warped_barrel.json
|
||||
a3e0957d9b6c1f42fed4d067bf9e9d9f318c4f93 data/exnihiloreborn/recipes/warped_crucible.json
|
||||
f04fcb9681c6ff62234de6a4c63ac34bbb9b5d36 data/exnihiloreborn/recipes/water_crucible/apple.json
|
||||
da94cf0fc55ba1eee518547737498bf97a7f4f86 data/exnihiloreborn/recipes/water_crucible/cactus.json
|
||||
a142cf2209793519f0bce78be556a94f6537d4e8 data/exnihiloreborn/recipes/water_crucible/leaves.json
|
||||
4287d1f9c6c075c455ad09494e61c972f084d779 data/exnihiloreborn/recipes/water_crucible/melon.json
|
||||
854fded794e66307815bf312c49178f9913ac000 data/exnihiloreborn/recipes/water_crucible/melon_slice.json
|
||||
7ca6f356f6aa83273998591beab8297eb0939e63 data/exnihiloreborn/recipes/water_crucible/pumpkin.json
|
||||
0105732c70823f5d877c74e31bc7dca75016a02d data/exnihiloreborn/recipes/water_crucible/saplings.json
|
||||
05b0098dcf57c14680657d6e4a53560ea4f93ed0 data/exnihiloreborn/recipes/water_crucible/small_flowers.json
|
||||
89594753b56d1e8472441092228d11d8fb331740 data/exnihiloreborn/recipes/water_crucible/sweet_berries.json
|
||||
356317e7828186a65e04c364f8b41466755cad82 data/exnihiloreborn/recipes/water_crucible/tall_flowers.json
|
||||
8e71b4e52184f7b6997eca3c9b8df1b4d59d885b data/exnihiloreborn/recipes/wooden_hammer.json
|
||||
28cc96bf923f4243eafb2f424562c080c13776b9 data/exnihiloreborn/tags/items/compressed_hammers.json
|
||||
b66a5a958fc3d99897f32b6c50ead81d28a54434 data/exnihiloreborn/tags/items/crooks.json
|
||||
98b73372f2e5fb304543394d7226cf167e489491 data/exnihiloreborn/tags/items/hammers.json
|
||||
b05cd8294321449882aa1b4378b355a0357d29c0 data/minecraft/advancements/recipes/exnihiloreborn/cooked_silk_worm_from_smoking.json
|
||||
d7f16a5ad2b46b72cc4270e809e342775fa1a91c data/minecraft/recipes/cooked_silk_worm_from_smoking.json
|
||||
cc64a594a266c61f9b417095b48483644216923f data/minecraft/tags/blocks/acacia_logs.json
|
||||
10bdf4ae09461a8befbc6db074f0c87810a179c8 data/minecraft/tags/blocks/anvil.json
|
||||
98ed40a9ce70e2db6314eb20b0d798def90cd5ad data/minecraft/tags/blocks/bamboo_plantable_on.json
|
||||
0bd4a7ad9fb3945080016c0c513a71666f1fa45c data/minecraft/tags/blocks/banners.json
|
||||
eb26bd99d17e673ddcd07ef7f38dd6ebe4549404 data/minecraft/tags/blocks/base_stone_nether.json
|
||||
5214bb43c66d495441732b69df204f2460edd494 data/minecraft/tags/blocks/base_stone_overworld.json
|
||||
2c730d92b3c8bcae7f62381358d05a2994910647 data/minecraft/tags/blocks/beacon_base_blocks.json
|
||||
cc19b2ce5b4f8d513515eaeff4f8aa1725b038b7 data/minecraft/tags/blocks/beds.json
|
||||
28d9d739651aa47e95879352a12477c2955448bc data/minecraft/tags/blocks/bee_growables.json
|
||||
7287fc69a24712818e7bb083eb0ec7eb8ad93d22 data/minecraft/tags/blocks/beehives.json
|
||||
c4119acccb760f40cc53a372a663ef7202048573 data/minecraft/tags/blocks/birch_logs.json
|
||||
331374fcc23ad23fe964854acef30097211d234e data/minecraft/tags/blocks/buttons.json
|
||||
271abebf80b907324609fcf4515fd54d1256703e data/minecraft/tags/blocks/campfires.json
|
||||
13952d80b58aeec6e0eedccd3ddf31a863df7945 data/minecraft/tags/blocks/carpets.json
|
||||
f737e48a0a53d2326c89e7d22205ae282bf14ba8 data/minecraft/tags/blocks/climbable.json
|
||||
351098f7d8142e1e4817b1f637a0f4d554cf0c7d data/minecraft/tags/blocks/coral_blocks.json
|
||||
ffce4d9383da7dbaea8fc3beb3274a87f0fd58a6 data/minecraft/tags/blocks/coral_plants.json
|
||||
8c2b7258d84870e024525f5c39a271c8d1229b63 data/minecraft/tags/blocks/corals.json
|
||||
df61716e1ac18ac14aec90b5380f2912d003d3c6 data/minecraft/tags/blocks/crimson_stems.json
|
||||
6a1d3975d7be1769c8ab82c38891f0eb5c4f7cf4 data/minecraft/tags/blocks/crops.json
|
||||
66d8f495d38fd65a5d878009e381e229278a2e0e data/minecraft/tags/blocks/dark_oak_logs.json
|
||||
41f37916879608eed7f4602ce79a1b21a14d0434 data/minecraft/tags/blocks/doors.json
|
||||
09f673d40ce1656aa6762c7648373e1b2bca6245 data/minecraft/tags/blocks/dragon_immune.json
|
||||
b9632e149fc25c3e732ed4c80577c3b88cba171d data/minecraft/tags/blocks/enderman_holdable.json
|
||||
08f309abe5bee3cb77fa78626d0d11576b95eb31 data/minecraft/tags/blocks/fence_gates.json
|
||||
8f291eb61c0fb314c0ad9c0253bcabbf93675a93 data/minecraft/tags/blocks/fences.json
|
||||
515488fb4f5e6fdabfa79481571614283c3741a9 data/minecraft/tags/blocks/fire.json
|
||||
e741db23dc6f63187460b39e2fd4b5989f6c268c data/minecraft/tags/blocks/flower_pots.json
|
||||
14b8d5f845b0c48e3c62466258c5a1d508c59da5 data/minecraft/tags/blocks/flowers.json
|
||||
62c882e7cfd5cd28d7640fe60c94e6817afb811e data/minecraft/tags/blocks/gold_ores.json
|
||||
a53af57695f5ae2c7076fc645a798201f4eba593 data/minecraft/tags/blocks/guarded_by_piglins.json
|
||||
07f68e4763cb27322af0824eae4a8d56e10b9246 data/minecraft/tags/blocks/hoglin_repellents.json
|
||||
6a357118cbaf9faa2d0bd0495c5247dadce3fe52 data/minecraft/tags/blocks/ice.json
|
||||
6a0a372baf9147d4b3e85cc46301e1e72c3b393c data/minecraft/tags/blocks/impermeable.json
|
||||
98b39cf1f9ea43f3f4b22dbd718f3f8b30606fdd data/minecraft/tags/blocks/infiniburn_end.json
|
||||
bb24015cb753c1592206891a800b04b5abda4339 data/minecraft/tags/blocks/infiniburn_nether.json
|
||||
305fe272833afea72f97591d3555e3566f54eaba data/minecraft/tags/blocks/infiniburn_overworld.json
|
||||
f26ca94468ebfc40099f3f2387a1a986403ffb36 data/minecraft/tags/blocks/jungle_logs.json
|
||||
703bb97646721fc12e3c4ccd3dff9413add224f4 data/minecraft/tags/blocks/leaves.json
|
||||
640c19329c7cbb0bb94a6416947857edc2ffea4d data/minecraft/tags/blocks/logs.json
|
||||
db1ab1ed896a7e45212c93f307dee6f52d8dfa55 data/minecraft/tags/blocks/logs_that_burn.json
|
||||
a61ce092a0cba8201832e3e71ea2dcfde6cbd867 data/minecraft/tags/blocks/mushroom_grow_block.json
|
||||
40737af63de1cafd9baa1cef9bf08e7f5cf74079 data/minecraft/tags/blocks/non_flammable_wood.json
|
||||
3885d5904ab09945dcff7697f01515438f30aeb2 data/minecraft/tags/blocks/nylium.json
|
||||
6fb332fe9223f98ad2bfa07a673bd284f1a46127 data/minecraft/tags/blocks/oak_logs.json
|
||||
b37b4708db0159c68602e2936ba133436a8b4dae data/minecraft/tags/blocks/piglin_repellents.json
|
||||
4e29a5f501d2d4badb4090d06eddef9b25fe96d3 data/minecraft/tags/blocks/planks.json
|
||||
e638584b6bd73b4740d21b71a2693044abe3d3ca data/minecraft/tags/blocks/portals.json
|
||||
6d84dcae6236185e4b25df1c06bb34e5cbe04e8c data/minecraft/tags/blocks/pressure_plates.json
|
||||
2d2c74dda901bbd6ba0c550c5382ab51a5a82745 data/minecraft/tags/blocks/prevent_mob_spawning_inside.json
|
||||
fb703660094d60e13c6dcacee036356c207a0843 data/minecraft/tags/blocks/rails.json
|
||||
b034b4a14f3411c66ed7088642d8369e157a4e93 data/minecraft/tags/blocks/sand.json
|
||||
b5b0d52ba483e6d85bc0ff6ee81350a7120e708b data/minecraft/tags/blocks/saplings.json
|
||||
6cc10fee1002cd63b3e1a791358c73fe7d671bb0 data/minecraft/tags/blocks/shulker_boxes.json
|
||||
b22f77d82e51b5ba6d1b52e03f5912727b0457a4 data/minecraft/tags/blocks/signs.json
|
||||
11aed5a73a4d9ab505170505f8b145edfb73a0c8 data/minecraft/tags/blocks/slabs.json
|
||||
e9086500162394a98cfe9221e2081b49a277cc0c data/minecraft/tags/blocks/small_flowers.json
|
||||
abe677791f6d916b3b307bd1270f4d6687516251 data/minecraft/tags/blocks/soul_fire_base_blocks.json
|
||||
abe677791f6d916b3b307bd1270f4d6687516251 data/minecraft/tags/blocks/soul_speed_blocks.json
|
||||
b004f3a3e1922a8b9a89b7b7cda7a7f2986d2f0a data/minecraft/tags/blocks/spruce_logs.json
|
||||
1806d3b443a9654f81e8a0e9815a129ef17b33a6 data/minecraft/tags/blocks/stairs.json
|
||||
d3e46da83d51b4d69b0c37e5dc4760934c36bf88 data/minecraft/tags/blocks/standing_signs.json
|
||||
d35012ca4132eafef53e9ea68e84a7fc8fdd31f6 data/minecraft/tags/blocks/stone_bricks.json
|
||||
a80bb35192330f6592610482814b73e32b5362b7 data/minecraft/tags/blocks/stone_pressure_plates.json
|
||||
beb725be018ed98165b5c4c796b463baf18eba68 data/minecraft/tags/blocks/strider_warm_blocks.json
|
||||
9b9d3f63cf193545f63194080fd1fc66ba69e7ff data/minecraft/tags/blocks/tall_flowers.json
|
||||
15ee37a120b5ccd1d8986677bd26019e61b12bd5 data/minecraft/tags/blocks/trapdoors.json
|
||||
dc3094aace807212a671548598e6ebf551f703d5 data/minecraft/tags/blocks/underwater_bonemeals.json
|
||||
714c9ed3b16a4bbf99ed92a851c50e713f557f20 data/minecraft/tags/blocks/unstable_bottom_center.json
|
||||
17248c8f056e7340f67ce50f0e3cedbc79832485 data/minecraft/tags/blocks/valid_spawn.json
|
||||
cdaf7e91da81cec00b8d9bac65d54b6dd9f9d5b2 data/minecraft/tags/blocks/wall_corals.json
|
||||
21b8bf0ef6b677f9b5b8d1e0398a6b4972c1ca1a data/minecraft/tags/blocks/wall_post_override.json
|
||||
271c53cb9102f85dc318f1de46c2800ce3a1dc1f data/minecraft/tags/blocks/wall_signs.json
|
||||
e3eeb6c6451a3d8d2c66ecf464bd8e8b7426c763 data/minecraft/tags/blocks/walls.json
|
||||
fa0b5df5192cab3ac9a864f1ea9783ecf55db97c data/minecraft/tags/blocks/warped_stems.json
|
||||
65d65a17100d9372f0adb5b1d6a91118ae9eb340 data/minecraft/tags/blocks/wart_blocks.json
|
||||
dd2268ec7dfbec202c0946cfe4d7e29a6f904b89 data/minecraft/tags/blocks/wither_immune.json
|
||||
abe677791f6d916b3b307bd1270f4d6687516251 data/minecraft/tags/blocks/wither_summon_base_blocks.json
|
||||
b96e14548e654afcd1e02ff74c7087e65f90372a data/minecraft/tags/blocks/wooden_buttons.json
|
||||
58c7f65650d0381cd95b86e8d1b2a9c40b61fcc3 data/minecraft/tags/blocks/wooden_doors.json
|
||||
2395f3a3a34048c36bf81272e77d943de8d3f720 data/minecraft/tags/blocks/wooden_fences.json
|
||||
1c30c5a0651b3223a562deb4e7389ab1675608cb data/minecraft/tags/blocks/wooden_pressure_plates.json
|
||||
cd2a2d2457ca52209ebd0c54290d2c80579ad301 data/minecraft/tags/blocks/wooden_slabs.json
|
||||
10a843d1d5098b35227da5304e96dc1156479a2d data/minecraft/tags/blocks/wooden_stairs.json
|
||||
d25b93d3b70cb0c3ba7a8a0c93de95366c8dbccd data/minecraft/tags/blocks/wooden_trapdoors.json
|
||||
721eaf2d7f45c4c481c9a86c14ebff6ffb83e3b3 data/minecraft/tags/blocks/wool.json
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
// 1.20.1 2023-07-25T16:40:21.4007052 Tags for minecraft:worldgen/structure_set mod id exnihiloreborn
|
||||
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/exnihiloreborn/tags/worldgen/structure_set/overworld_void_structure_sets.json
|
||||
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/exnihiloreborn/tags/worldgen/structure_set/the_end_void_structure_sets.json
|
||||
14abefb27112e5ad3ebce0cb9618fb51c54e2f9d data/exnihiloreborn/tags/worldgen/structure_set/the_nether_void_structure_sets.json
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
// 1.20.1 2023-07-25T23:58:50.2136539 Advancements
|
||||
82b18f9cd2e795822f726a2228b8afbe0725ec92 data/exnihiloreborn/advancements/core/barrel.json
|
||||
a9e9465ae18de97071060c1e9bda17bf47951524 data/exnihiloreborn/advancements/core/crook.json
|
||||
59a21529ea42ad657750110399ff1cabfead380f data/exnihiloreborn/advancements/core/root.json
|
||||
7103c0d7631de60d10e77f1a87a3232a30005c26 data/exnihiloreborn/advancements/core/silk_worm.json
|
||||
6a9f99474e987b4c6f9031f20a77508c00280217 data/exnihiloreborn/advancements/core/string_mesh.json
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/bamboo_barrel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/bamboo_crucible"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/bamboo_sieve"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/cherry_barrel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/cherry_crucible"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/cherry_sieve"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/mangrove_barrel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/mangrove_crucible"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "exnihiloreborn:block/mangrove_sieve"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +1,26 @@
|
|||
{
|
||||
"advancements.exnihiloreborn.core.barrel.description": "Use a barrel to compost organic material into dirt",
|
||||
"advancements.exnihiloreborn.core.barrel.title": "That Goes in the GreenWaste",
|
||||
"advancements.exnihiloreborn.core.crook.description": "Craft a Crook to double sapling drops from leaves",
|
||||
"advancements.exnihiloreborn.core.crook.title": "This is a Robbery",
|
||||
"advancements.exnihiloreborn.core.root.description": "Spawn into a SkyBlock void world",
|
||||
"advancements.exnihiloreborn.core.root.title": "Don't Look Down...",
|
||||
"advancements.exnihiloreborn.core.silk_worm.description": "Obtain a silk worm, then infest a tree with it to get string",
|
||||
"advancements.exnihiloreborn.core.silk_worm.title": "Straight Outta China",
|
||||
"advancements.exnihiloreborn.core.string_mesh.description": "Craft a string mesh to use in a sieve",
|
||||
"advancements.exnihiloreborn.core.string_mesh.title": "All the Little Cogs",
|
||||
"block.exnihiloreborn.acacia_barrel": "Acacia Barrel",
|
||||
"block.exnihiloreborn.acacia_crucible": "Acacia Crucible",
|
||||
"block.exnihiloreborn.acacia_sieve": "Acacia Sieve",
|
||||
"block.exnihiloreborn.bamboo_barrel": "Bamboo Barrel",
|
||||
"block.exnihiloreborn.bamboo_crucible": "Bamboo Crucible",
|
||||
"block.exnihiloreborn.bamboo_sieve": "Bamboo Sieve",
|
||||
"block.exnihiloreborn.birch_barrel": "Birch Barrel",
|
||||
"block.exnihiloreborn.birch_crucible": "Birch Crucible",
|
||||
"block.exnihiloreborn.birch_sieve": "Birch Sieve",
|
||||
"block.exnihiloreborn.cherry_barrel": "Cherry Barrel",
|
||||
"block.exnihiloreborn.cherry_crucible": "Cherry Crucible",
|
||||
"block.exnihiloreborn.cherry_sieve": "Cherry Sieve",
|
||||
"block.exnihiloreborn.compressed_cobblestone": "Compressed Cobblestone",
|
||||
"block.exnihiloreborn.compressed_crushed_end_stone": "Compressed Crushed End Stone",
|
||||
"block.exnihiloreborn.compressed_crushed_netherrack": "Compressed Crushed Netherrack",
|
||||
|
|
@ -11,42 +29,65 @@
|
|||
"block.exnihiloreborn.compressed_sand": "Compressed Sand",
|
||||
"block.exnihiloreborn.crimson_barrel": "Crimson Barrel",
|
||||
"block.exnihiloreborn.crimson_crucible": "Crimson Crucible",
|
||||
"block.exnihiloreborn.crimson_sieve": "Crimson Sieve",
|
||||
"block.exnihiloreborn.crushed_end_stone": "Crushed End Stone",
|
||||
"block.exnihiloreborn.crushed_netherrack": "Crushed Netherrack",
|
||||
"block.exnihiloreborn.dark_oak_barrel": "Dark_oak Barrel",
|
||||
"block.exnihiloreborn.dark_oak_barrel": "Dark Oak Barrel",
|
||||
"block.exnihiloreborn.dark_oak_crucible": "Dark Oak Crucible",
|
||||
"block.exnihiloreborn.dark_oak_sieve": "Dark Oak Sieve",
|
||||
"block.exnihiloreborn.dust": "Dust",
|
||||
"block.exnihiloreborn.infested_leaves": "Infested Leaves",
|
||||
"block.exnihiloreborn.jungle_barrel": "Jungle Barrel",
|
||||
"block.exnihiloreborn.jungle_crucible": "Jungle Crucible",
|
||||
"block.exnihiloreborn.jungle_sieve": "Jungle Sieve",
|
||||
"block.exnihiloreborn.mangrove_barrel": "Mangrove Barrel",
|
||||
"block.exnihiloreborn.mangrove_crucible": "Mangrove Crucible",
|
||||
"block.exnihiloreborn.mangrove_sieve": "Mangrove Sieve",
|
||||
"block.exnihiloreborn.oak_barrel": "Oak Barrel",
|
||||
"block.exnihiloreborn.oak_crucible": "Oak Crucible",
|
||||
"block.exnihiloreborn.oak_sieve": "Oak Sieve",
|
||||
"block.exnihiloreborn.porcelain_crucible": "Porcelain Crucible",
|
||||
"block.exnihiloreborn.spruce_barrel": "Spruce Barrel",
|
||||
"block.exnihiloreborn.spruce_crucible": "Spruce Crucible",
|
||||
"block.exnihiloreborn.spruce_sieve": "Spruce Sieve",
|
||||
"block.exnihiloreborn.stone_barrel": "Stone Barrel",
|
||||
"block.exnihiloreborn.unfired_crucible": "Unfired Crucible",
|
||||
"block.exnihiloreborn.warped_barrel": "Warped Barrel",
|
||||
"block.exnihiloreborn.warped_crucible": "Warped Crucible",
|
||||
"block.exnihiloreborn.warped_sieve": "Warped Sieve",
|
||||
"block.exnihiloreborn.witch_water": "Witch Water",
|
||||
"generator.exnihiloreborn.void_world": "Void World",
|
||||
"gui.exnihiloreborn.category.barrel_compost": "Barrel Compost",
|
||||
"gui.exnihiloreborn.category.barrel_compost.volume": "Compost: %s",
|
||||
"gui.exnihiloreborn.category.compressed_hammer": "Compressed Hammer",
|
||||
"gui.exnihiloreborn.category.compressed_sieve": "Heavy Sieve",
|
||||
"gui.exnihiloreborn.category.hammer": "Hammer Crucible",
|
||||
"gui.exnihiloreborn.category.lava_crucible": "Lava Crucible",
|
||||
"gui.exnihiloreborn.category.sieve": "Sieve",
|
||||
"gui.exnihiloreborn.category.water_crucible": "Water Crucible",
|
||||
"info.exnihiloreborn.silk_worm": "Silk worms have a 1 in 100 chance to drop from leaves harvested with a Crook. Using a silk worm on a tree's leaves will infest them, gradually spreading through the entire tree. 100% infested leaves can be harvested for string, but do not drop saplings.",
|
||||
"item.exnihiloreborn.bone_crook": "Bone Crook",
|
||||
"item.exnihiloreborn.compressed_crook": "Compressed Crook",
|
||||
"item.exnihiloreborn.compressed_diamond_hammer": "Compressed Diamond Hammer",
|
||||
"item.exnihiloreborn.compressed_golden_hammer": "Compressed Golden Hammer",
|
||||
"item.exnihiloreborn.compressed_iron_hammer": "Compressed Iron Hammer",
|
||||
"item.exnihiloreborn.compressed_netherite_hammer": "Compressed Netherite Hammer",
|
||||
"item.exnihiloreborn.compressed_stone_hammer": "Compressed Stone Hammer",
|
||||
"item.exnihiloreborn.compressed_wooden_hammer": "Compressed Wooden Hammer",
|
||||
"item.exnihiloreborn.cooked_silk_worm": "Cooked Silk Worm",
|
||||
"item.exnihiloreborn.copper_ore_pieces": "Copper Ore Pieces",
|
||||
"item.exnihiloreborn.crook": "Crook",
|
||||
"item.exnihiloreborn.deepslate_pebble": "Deepslate Pebble",
|
||||
"item.exnihiloreborn.diamond_hammer": "Diamond Hammer",
|
||||
"item.exnihiloreborn.diamond_mesh": "Diamond Mesh",
|
||||
"item.exnihiloreborn.flint_mesh": "Flint Mesh",
|
||||
"item.exnihiloreborn.gold_ore_pieces": "Gold Ore Pieces",
|
||||
"item.exnihiloreborn.golden_hammer": "Golden Hammer",
|
||||
"item.exnihiloreborn.iron_hammer": "Iron Hammer",
|
||||
"item.exnihiloreborn.iron_mesh": "Iron Mesh",
|
||||
"item.exnihiloreborn.iron_ore_pieces": "Iron Ore Pieces",
|
||||
"item.exnihiloreborn.netherite_hammer": "Netherite Hammer",
|
||||
"item.exnihiloreborn.netherite_mesh": "Netherite Mesh",
|
||||
"item.exnihiloreborn.porcelain_bucket": "Porcelain Bucket",
|
||||
"item.exnihiloreborn.porcelain_clay": "Porcelain Clay",
|
||||
"item.exnihiloreborn.silk_worm": "Silk Worm",
|
||||
"item.exnihiloreborn.stone_hammer": "Stone Hammer",
|
||||
"item.exnihiloreborn.stone_pebble": "Stone Pebble",
|
||||
"item.exnihiloreborn.wooden_hammer": "Wooden Hammer"
|
||||
"item.exnihiloreborn.string_mesh": "String Mesh",
|
||||
"item.exnihiloreborn.witch_water_bucket": "Witch Water Bucket",
|
||||
"item.exnihiloreborn.wooden_hammer": "Wooden Hammer",
|
||||
"itemGroup.exnihiloreborn.main": "Ex Nihilo Reborn"
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/acacia_log",
|
||||
"top": "minecraft:block/acacia_log",
|
||||
"bottom": "minecraft:block/acacia_log",
|
||||
"side": "minecraft:block/acacia_log"
|
||||
"inside": "minecraft:block/acacia_log",
|
||||
"side": "minecraft:block/acacia_log",
|
||||
"top": "minecraft:block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_barrel",
|
||||
"textures": {
|
||||
"barrel": "minecraft:block/bamboo_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"bottom": "minecraft:block/bamboo_block",
|
||||
"inside": "minecraft:block/bamboo_block",
|
||||
"side": "minecraft:block/bamboo_block",
|
||||
"top": "minecraft:block/bamboo_block"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_sieve",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/bamboo_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/birch_log",
|
||||
"top": "minecraft:block/birch_log",
|
||||
"bottom": "minecraft:block/birch_log",
|
||||
"side": "minecraft:block/birch_log"
|
||||
"inside": "minecraft:block/birch_log",
|
||||
"side": "minecraft:block/birch_log",
|
||||
"top": "minecraft:block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_barrel",
|
||||
"textures": {
|
||||
"barrel": "minecraft:block/cherry_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"bottom": "minecraft:block/cherry_log",
|
||||
"inside": "minecraft:block/cherry_log",
|
||||
"side": "minecraft:block/cherry_log",
|
||||
"top": "minecraft:block/cherry_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_sieve",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/cherry_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/crimson_stem",
|
||||
"top": "minecraft:block/crimson_stem",
|
||||
"bottom": "minecraft:block/crimson_stem",
|
||||
"side": "minecraft:block/crimson_stem"
|
||||
"inside": "minecraft:block/crimson_stem",
|
||||
"side": "minecraft:block/crimson_stem",
|
||||
"top": "minecraft:block/crimson_stem"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/dark_oak_log",
|
||||
"top": "minecraft:block/dark_oak_log",
|
||||
"bottom": "minecraft:block/dark_oak_log",
|
||||
"side": "minecraft:block/dark_oak_log"
|
||||
"inside": "minecraft:block/dark_oak_log",
|
||||
"side": "minecraft:block/dark_oak_log",
|
||||
"top": "minecraft:block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/jungle_log",
|
||||
"top": "minecraft:block/jungle_log",
|
||||
"bottom": "minecraft:block/jungle_log",
|
||||
"side": "minecraft:block/jungle_log"
|
||||
"inside": "minecraft:block/jungle_log",
|
||||
"side": "minecraft:block/jungle_log",
|
||||
"top": "minecraft:block/jungle_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_barrel",
|
||||
"textures": {
|
||||
"barrel": "minecraft:block/mangrove_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"bottom": "minecraft:block/mangrove_log",
|
||||
"inside": "minecraft:block/mangrove_log",
|
||||
"side": "minecraft:block/mangrove_log",
|
||||
"top": "minecraft:block/mangrove_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_sieve",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/mangrove_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/oak_log",
|
||||
"top": "minecraft:block/oak_log",
|
||||
"bottom": "minecraft:block/oak_log",
|
||||
"side": "minecraft:block/oak_log"
|
||||
"inside": "minecraft:block/oak_log",
|
||||
"side": "minecraft:block/oak_log",
|
||||
"top": "minecraft:block/oak_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "exnihiloreborn:block/porcelain_crucible",
|
||||
"top": "exnihiloreborn:block/porcelain_crucible",
|
||||
"bottom": "exnihiloreborn:block/porcelain_crucible",
|
||||
"side": "exnihiloreborn:block/porcelain_crucible"
|
||||
"inside": "exnihiloreborn:block/porcelain_crucible",
|
||||
"side": "exnihiloreborn:block/porcelain_crucible",
|
||||
"top": "exnihiloreborn:block/porcelain_crucible"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/spruce_log",
|
||||
"top": "minecraft:block/spruce_log",
|
||||
"bottom": "minecraft:block/spruce_log",
|
||||
"side": "minecraft:block/spruce_log"
|
||||
"inside": "minecraft:block/spruce_log",
|
||||
"side": "minecraft:block/spruce_log",
|
||||
"top": "minecraft:block/spruce_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "exnihiloreborn:block/unfired_crucible",
|
||||
"top": "exnihiloreborn:block/unfired_crucible",
|
||||
"bottom": "exnihiloreborn:block/unfired_crucible",
|
||||
"side": "exnihiloreborn:block/unfired_crucible"
|
||||
"inside": "exnihiloreborn:block/unfired_crucible",
|
||||
"side": "exnihiloreborn:block/unfired_crucible",
|
||||
"top": "exnihiloreborn:block/unfired_crucible"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/template_crucible",
|
||||
"textures": {
|
||||
"inside": "minecraft:block/warped_stem",
|
||||
"top": "minecraft:block/warped_stem",
|
||||
"bottom": "minecraft:block/warped_stem",
|
||||
"side": "minecraft:block/warped_stem"
|
||||
"inside": "minecraft:block/warped_stem",
|
||||
"side": "minecraft:block/warped_stem",
|
||||
"top": "minecraft:block/warped_stem"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/bamboo_barrel"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/bamboo_crucible"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/bamboo_sieve"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/cherry_barrel"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/cherry_crucible"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/cherry_sieve"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/copper_ore_pieces"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/deepslate_pebble"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/diamond_mesh"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/flint_mesh"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/gold_ore_pieces"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/iron_mesh"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/iron_ore_pieces"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/mangrove_barrel"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/mangrove_crucible"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:block/mangrove_sieve"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/netherite_hammer"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/netherite_mesh"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/porcelain_bucket"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/porcelain_clay"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/stone_pebble"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/string_mesh"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "exnihiloreborn:item/witch_water_bucket"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:core/root",
|
||||
"criteria": {
|
||||
"has_barrel": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "exnihiloreborn:barrels"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.exnihiloreborn.core.barrel.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "exnihiloreborn:oak_barrel"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.exnihiloreborn.core.barrel.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_barrel"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:core/root",
|
||||
"criteria": {
|
||||
"craft_crook": {
|
||||
"conditions": {
|
||||
"recipe_id": "exnihiloreborn:crook"
|
||||
},
|
||||
"trigger": "minecraft:recipe_crafted"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.exnihiloreborn.core.crook.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "exnihiloreborn:crook",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.exnihiloreborn.core.crook.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"craft_crook"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"criteria": {
|
||||
"in_void_world": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"background": "exnihiloreborn:textures/gui/advancements/backgrounds/void.png",
|
||||
"description": {
|
||||
"translate": "advancements.exnihiloreborn.core.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:oak_sapling"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.exnihiloreborn.core.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"in_void_world"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:core/crook",
|
||||
"criteria": {
|
||||
"has_silk_worm": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exnihiloreborn:silk_worm"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.exnihiloreborn.core.silk_worm.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "exnihiloreborn:silk_worm"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.exnihiloreborn.core.silk_worm.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_silk_worm"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"parent": "exnihiloreborn:core/silk_worm",
|
||||
"criteria": {
|
||||
"has_string_mesh": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exnihiloreborn:string_mesh"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.exnihiloreborn.core.string_mesh.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "exnihiloreborn:string_mesh"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.exnihiloreborn.core.string_mesh.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_string_mesh"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:compressed_crook"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "forge:rods/wooden"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:compressed_crook"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:cooked_silk_worm"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "exnihiloreborn:silk_worm"
|
||||
"items": [
|
||||
"exnihiloreborn:silk_worm"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:cooked_silk_worm"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:cooked_silk_worm"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exnihiloreborn:silk_worm"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:cooked_silk_worm_from_smoking"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:cooked_silk_worm_from_smoking"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exnihiloreborn:silk_worm"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:porcelain_crucible_from_campfire_cooking"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:porcelain_crucible_from_campfire_cooking"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:acacia_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:acacia_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:acacia_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:acacia_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:acacia_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:acacia_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:acacia_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:acacia_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bamboo_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:bamboo_barrel"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:bamboo_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bamboo_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:bamboo_crucible"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:bamboo_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:birch_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:birch_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:birch_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:birch_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:birch_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:birch_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:birch_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:birch_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:cherry_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:cherry_barrel"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:cherry_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:cherry_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:cherry_crucible"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:cherry_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crimson_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:crimson_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:crimson_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crimson_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crimson_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:crimson_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:crimson_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crimson_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:dark_oak_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:dark_oak_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:dark_oak_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:dark_oak_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:dark_oak_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:dark_oak_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:dark_oak_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:dark_oak_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:jungle_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:jungle_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:jungle_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:jungle_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:jungle_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:jungle_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:jungle_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:jungle_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:mangrove_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:mangrove_barrel"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:mangrove_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:mangrove_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:mangrove_crucible"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:mangrove_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:oak_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:oak_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:oak_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:oak_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:oak_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:oak_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:oak_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:oak_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:porcelain_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "exnihiloreborn:unfired_crucible"
|
||||
"items": [
|
||||
"exnihiloreborn:unfired_crucible"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:porcelain_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:porcelain_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:spruce_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:spruce_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:spruce_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:spruce_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:spruce_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:spruce_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:spruce_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:spruce_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:stone_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:stone_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:stone_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:stone_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:unfired_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"exnihiloreborn:porcelain_clay"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:unfired_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:unfired_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:warped_barrel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:warped_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:warped_barrel"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:warped_barrel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:warped_crucible"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:planks"
|
||||
"items": [
|
||||
"minecraft:warped_slab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:warped_crucible"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:warped_crucible"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:bone_crook"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "forge:rods/wooden"
|
||||
"items": [
|
||||
"minecraft:bone"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:bone_crook"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +25,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:bone_crook"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -1,26 +1,21 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crook"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "forge:rods/wooden"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "exnihiloreborn:crook"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
|
|
@ -28,5 +23,11 @@
|
|||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exnihiloreborn:crook"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user