Update 1.3
This commit is contained in:
parent
967434679e
commit
46d9dd51af
40
build.gradle
40
build.gradle
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
id 'org.spongepowered.mixin' version '0.7.+'
|
||||
}
|
||||
|
||||
version = '1.2'
|
||||
version = '1.3'
|
||||
group = 'thedarkcolour.exdeorum'
|
||||
base {
|
||||
archivesName = 'exdeorum'
|
||||
|
|
@ -58,6 +58,42 @@ minecraft {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
testmodClient {
|
||||
workingDirectory project.file('run')
|
||||
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
|
||||
parent runs.client
|
||||
ideaModule "${project.name}.test"
|
||||
|
||||
mods {
|
||||
modkit {
|
||||
source sourceSets.main
|
||||
}
|
||||
orestestmod {
|
||||
source sourceSets.test
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
testmodServer {
|
||||
workingDirectory project.file('run')
|
||||
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
|
||||
parent runs.server
|
||||
ideaModule "${project.name}.test"
|
||||
|
||||
mods {
|
||||
modkit {
|
||||
source sourceSets.main
|
||||
}
|
||||
orestestmod {
|
||||
source sourceSets.test
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -113,7 +149,7 @@ dependencies {
|
|||
//implementation fg.deobf("dev.architectury:architectury-forge:${architectury_version}")
|
||||
|
||||
// ModKit DEV ONLY
|
||||
implementation fg.deobf('com.github.thedarkcolour:ModKit:5ba6a76c4a')
|
||||
implementation fg.deobf('com.github.thedarkcolour:ModKit:78f393bfac')
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
## Ex Deorum 1.3
|
||||
- Allow modded ores to drop from sieving Gravel and Crushed Deepslate if a mod with that ore is installed. Supported ores are Aluminum, Cobalt, Silver, Lead, Platinum, Nickel, Uranium, Osmium, Tin, Zinc, and Iridium.
|
||||
- Allow some modded drops from sieving if a mod with those resources is installed. Currently, only Grains of Infinity from Ender IO is supported.
|
||||
- If you would like to see some more mod compatibility related additions to Ex Deorum, open an issue on GitHub or let me know on Discord.
|
||||
|
||||
## Ex Deorum 1.2
|
||||
- Fixed the missing recipes for Deepslate pebbles
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-08-24T11:58:58.0334165 Recipes
|
||||
// 1.20.1 2023-09-01T15:25:16.1558751 Recipes
|
||||
5ad481a0c376c1a1785a5d3b992064d0ec0bf3b0 data/exdeorum/advancements/recipes/food/end_cake.json
|
||||
25dd027e844a72b03c95dbe5e3c3dd8c738ceb00 data/exdeorum/advancements/recipes/misc/acacia_barrel.json
|
||||
376be94a64c9ca97a9ea2346547b6e617f13a815 data/exdeorum/advancements/recipes/misc/acacia_crucible.json
|
||||
|
|
@ -47,6 +47,17 @@ a21315f6c45ed3300ae2dd79b1dbdbecce9d1305 data/exdeorum/advancements/recipes/misc
|
|||
d85bf493287a94e61ee13f713625b3dec0624706 data/exdeorum/advancements/recipes/misc/oak_barrel.json
|
||||
83cb594324378aa27e88363a95b95389045f6bb5 data/exdeorum/advancements/recipes/misc/oak_crucible.json
|
||||
24d790eac1a1dafd023859cce63b2e3647730ffb data/exdeorum/advancements/recipes/misc/oak_sieve.json
|
||||
cb476801fffaa7fe555e75984cbcdc6afd275b84 data/exdeorum/advancements/recipes/misc/ores/aluminum_tag.json
|
||||
4c9c1076eb176e8b5eba6157bdcfea03c54eb730 data/exdeorum/advancements/recipes/misc/ores/cobalt_tag.json
|
||||
21f8edbc56c9a38d10da104df5c9ce61e6d972ce data/exdeorum/advancements/recipes/misc/ores/iridium_tag.json
|
||||
71515dde924b53d08c0459bd8d872fadb358641e data/exdeorum/advancements/recipes/misc/ores/lead_tag.json
|
||||
a5477a021d3518960a79fcbb79d88d2781652b4e data/exdeorum/advancements/recipes/misc/ores/nickel_tag.json
|
||||
5a8f42499f72e2a66975159b6f10fa845a0ae8d4 data/exdeorum/advancements/recipes/misc/ores/osmium_tag.json
|
||||
e8104e269a1beae248b9d92cbc60d3cb48b6f6bb data/exdeorum/advancements/recipes/misc/ores/platinum_tag.json
|
||||
b997fb55b84b5dd8940490108febcba43d8f0a9c data/exdeorum/advancements/recipes/misc/ores/silver_tag.json
|
||||
ec3024d067a77ff62ebff34afcd112c5c5a56438 data/exdeorum/advancements/recipes/misc/ores/tin_tag.json
|
||||
68224edf8b5e10cbbc288d12ac6ae5f45d931f04 data/exdeorum/advancements/recipes/misc/ores/uranium_tag.json
|
||||
87cb2166c390d8929372bb3adc0e7a61e55cce08 data/exdeorum/advancements/recipes/misc/ores/zinc_tag.json
|
||||
f971f07a474e979defc404208492e4e1cc5d7475 data/exdeorum/advancements/recipes/misc/porcelain_bucket.json
|
||||
27e0afbaa49558e82ca58ea323d3e14fc8b02ed5 data/exdeorum/advancements/recipes/misc/porcelain_clay_ball.json
|
||||
43b9432f719e43b3b05a58eca0b423d2dce83885 data/exdeorum/advancements/recipes/misc/porcelain_crucible.json
|
||||
|
|
@ -236,6 +247,17 @@ a73d1813a804c37490e498646509b3c0d91a23a0 data/exdeorum/recipes/netherite_waterin
|
|||
62209674f4ca94b379d4e67c7480285b5390b6ca data/exdeorum/recipes/oak_barrel.json
|
||||
97bd28265ca9481edddebd8f274d2f07791b2528 data/exdeorum/recipes/oak_crucible.json
|
||||
da14c2579ad2e91b9ee70b84e3be1df51243944c data/exdeorum/recipes/oak_sieve.json
|
||||
4a3c5509da26ba4e8244b69c13f0524dfeeaca11 data/exdeorum/recipes/ores/aluminum_tag.json
|
||||
745b2c12a6e71b42299a7da5a563797041285f81 data/exdeorum/recipes/ores/cobalt_tag.json
|
||||
3007e107e6925bb023873783971fa66cb5aa11fa data/exdeorum/recipes/ores/iridium_tag.json
|
||||
5fb743141989ecd69322ead566674a57195f3edf data/exdeorum/recipes/ores/lead_tag.json
|
||||
59571d14ea2575d1ade24c15d4b833f930e37c6a data/exdeorum/recipes/ores/nickel_tag.json
|
||||
ad3a4c8b0ffd433528d7b2d10b98301843ba5417 data/exdeorum/recipes/ores/osmium_tag.json
|
||||
611614e40cda7204f7773c204dd535df33bfd710 data/exdeorum/recipes/ores/platinum_tag.json
|
||||
812feef671d40f6e89ee3b267706435f2bd2674d data/exdeorum/recipes/ores/silver_tag.json
|
||||
e50e0f6fb83cd233214ca62718e0c9155f29d7c1 data/exdeorum/recipes/ores/tin_tag.json
|
||||
ece0731639c9063416fb0183309fdf8252d774eb data/exdeorum/recipes/ores/uranium_tag.json
|
||||
56600e7db58d4c74326a2f38bc014a47ddbeb731 data/exdeorum/recipes/ores/zinc_tag.json
|
||||
fd95c29e2e4f6eb08729c3c821e8f1dad427aef8 data/exdeorum/recipes/porcelain_bucket.json
|
||||
a2d4a9158c46bf81649e0a16621302cbf3754582 data/exdeorum/recipes/porcelain_clay_ball.json
|
||||
53adc0da4d944ac57a437a38e14fec0f6563e9b2 data/exdeorum/recipes/porcelain_crucible.json
|
||||
|
|
@ -284,8 +306,16 @@ c546193f9cab7af9c92ea4a05c080c2ea24f33a2 data/exdeorum/recipes/sieve/crushed_dee
|
|||
8a6e723e75bcc5c5731868c1d1b597f3f46b12d7 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/diamond.json
|
||||
db7026d3f31ec9a4e2ac085101a49cbcbc67b712 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/emerald.json
|
||||
69e4b707f2e433bda0742dfbba9223f0d4dbf872 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/gold_ore_chunk.json
|
||||
b60486888c693bef336989c8e36b62f8bc60ce28 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/iridium_ore_chunk.json
|
||||
91dabfb0a3256393d74779c2bc291a0b13f93eb4 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/iron_ore_chunk.json
|
||||
fa548967f2323aa67b8b0adb3802cb513047dff7 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/lapis_lazuli.json
|
||||
1918afd9a0af6536a5a4c0fd90d11143f90f937e data/exdeorum/recipes/sieve/crushed_deepslate/diamond/lead_ore_chunk.json
|
||||
44808902beb66204c46a9e3151d0c5bf5d737df4 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/nickel_ore_chunk.json
|
||||
dea3d940a1940a03bd568c0e4057f74329104024 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/osmium_ore_chunk.json
|
||||
5e7f7988a4dd3604ab7506be186f8b310c2eb4d7 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/platinum_ore_chunk.json
|
||||
7adb9275483dbc0ad976c78e5593552e392e670a data/exdeorum/recipes/sieve/crushed_deepslate/diamond/silver_ore_chunk.json
|
||||
23661b51650863a10a9b9d05aa24a000ccd02e96 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/tin_ore_chunk.json
|
||||
164e24136466ead321402e4ccdd88ab477c90ff6 data/exdeorum/recipes/sieve/crushed_deepslate/diamond/uranium_ore_chunk.json
|
||||
119ad687854e9856f11a464a1b4a4fa006747a7d data/exdeorum/recipes/sieve/crushed_deepslate/flint/amethyst_shard.json
|
||||
f1de5b6e7b0533d5c8bdd0e88696e585598fbac9 data/exdeorum/recipes/sieve/crushed_deepslate/flint/basalt_pebble.json
|
||||
210d62b835e0526f6b4b2868a3effbcb2dd73956 data/exdeorum/recipes/sieve/crushed_deepslate/flint/calcite_pebble.json
|
||||
|
|
@ -294,9 +324,17 @@ b755f3053dc2f2e3e766db64a80a1873d156885c data/exdeorum/recipes/sieve/crushed_dee
|
|||
d789f6cde58525c3fe965eb40ececa89e4ee8241 data/exdeorum/recipes/sieve/crushed_deepslate/flint/diamond.json
|
||||
f90e1a71760aea8e3bede5b4ad8607c172e42b0e data/exdeorum/recipes/sieve/crushed_deepslate/flint/emerald.json
|
||||
925ebffabfed246a52990df6db690d64b3242875 data/exdeorum/recipes/sieve/crushed_deepslate/flint/gold_ore_chunk.json
|
||||
05d695f74dea3e675f4b85bb42174c97a57cf96c data/exdeorum/recipes/sieve/crushed_deepslate/flint/iridium_ore_chunk.json
|
||||
c8053bbcfc5f7b8933e09517b6457578401603db data/exdeorum/recipes/sieve/crushed_deepslate/flint/iron_ore_chunk.json
|
||||
28d91d9c411f7a1d9daec605b3c1a204e75f063a data/exdeorum/recipes/sieve/crushed_deepslate/flint/lapis_lazuli.json
|
||||
7b3cc3cf4af738377cef6d50dae392fc64e8848d data/exdeorum/recipes/sieve/crushed_deepslate/flint/lead_ore_chunk.json
|
||||
379f3f019a96ce84929625e06a1ae1d4d7fcb45e data/exdeorum/recipes/sieve/crushed_deepslate/flint/nickel_ore_chunk.json
|
||||
726c1a5dde11ab3e86bfcbaa1039b66a453dabde data/exdeorum/recipes/sieve/crushed_deepslate/flint/osmium_ore_chunk.json
|
||||
4914af43c0409a1d50bf126fb9d4e96045de4c4d data/exdeorum/recipes/sieve/crushed_deepslate/flint/platinum_ore_chunk.json
|
||||
ad01a80b33c3cb7018542b918a622cc0f6e30287 data/exdeorum/recipes/sieve/crushed_deepslate/flint/silver_ore_chunk.json
|
||||
798f3c77c9460a70f96df5292d82bc785553a6db data/exdeorum/recipes/sieve/crushed_deepslate/flint/tin_ore_chunk.json
|
||||
57fe61192f1a88a8437074783b28e8d2547c4ddd data/exdeorum/recipes/sieve/crushed_deepslate/flint/tuff_pebble.json
|
||||
ef838ea5b17155db3a4114a2598cc3e9a422f14e data/exdeorum/recipes/sieve/crushed_deepslate/flint/uranium_ore_chunk.json
|
||||
61f09f9de6004a4b48336164575ea2f6f345f576 data/exdeorum/recipes/sieve/crushed_deepslate/golden/amethyst_shard.json
|
||||
31084da8449cb9e85be49d5b603cf733cf68381a data/exdeorum/recipes/sieve/crushed_deepslate/golden/copper_ore_chunk.json
|
||||
3abe8201c98a5dc57c83e286ef2cefa5b6285119 data/exdeorum/recipes/sieve/crushed_deepslate/golden/deepslate_pebble.json
|
||||
|
|
@ -304,33 +342,65 @@ a4b81bbfbeb70efa064fe6ea1eea68b6f2da96c8 data/exdeorum/recipes/sieve/crushed_dee
|
|||
530cec2913bf393b719d8ae58811eb0e2cb4aa0c data/exdeorum/recipes/sieve/crushed_deepslate/golden/emerald.json
|
||||
355bbd4ef545137d3d1a0754f272297dbec3e1b7 data/exdeorum/recipes/sieve/crushed_deepslate/golden/gold_nugget.json
|
||||
7d701e272f47a5029786c2a59ceed24a8a6fe339 data/exdeorum/recipes/sieve/crushed_deepslate/golden/gold_ore_chunk.json
|
||||
21ca6821d3f1e259eb4efa2046bd53315f588b21 data/exdeorum/recipes/sieve/crushed_deepslate/golden/iridium_ore_chunk.json
|
||||
93ace70556c0b59bfd2de7b14562506b032dbb46 data/exdeorum/recipes/sieve/crushed_deepslate/golden/iron_ore_chunk.json
|
||||
f82704720c2b43f9f482aac5109d00d0419186ff data/exdeorum/recipes/sieve/crushed_deepslate/golden/lapis_lazuli.json
|
||||
c2a7d4076e92291d7b183c9c30f85848a748883b data/exdeorum/recipes/sieve/crushed_deepslate/golden/lead_ore_chunk.json
|
||||
bf95dc8c0652cee1aaa41c780aa68cb08218b9d5 data/exdeorum/recipes/sieve/crushed_deepslate/golden/nickel_ore_chunk.json
|
||||
1f5067c1fe68b89e9256151e4d0b649ac90210d3 data/exdeorum/recipes/sieve/crushed_deepslate/golden/osmium_ore_chunk.json
|
||||
cc8cb187f3be521fb2e4bdfcd02fecd3028c2c79 data/exdeorum/recipes/sieve/crushed_deepslate/golden/platinum_ore_chunk.json
|
||||
c1f458173553e56f543d22ae073274c4bb9e715a data/exdeorum/recipes/sieve/crushed_deepslate/golden/raw_gold.json
|
||||
99a5f9a075b92777886472f94a2ee5fdc7d189e3 data/exdeorum/recipes/sieve/crushed_deepslate/golden/silver_ore_chunk.json
|
||||
27c44396803e9f569e705b08f88e27833bc18d1d data/exdeorum/recipes/sieve/crushed_deepslate/golden/tin_ore_chunk.json
|
||||
2c78e0c109ecf0a62ea5787f4438e073595bee38 data/exdeorum/recipes/sieve/crushed_deepslate/golden/uranium_ore_chunk.json
|
||||
3b6dfdf6a621c4332585840ed5ad79f62f22610c data/exdeorum/recipes/sieve/crushed_deepslate/iron/amethyst_shard.json
|
||||
7d9e15feeb35d43825554b0eb891ffc1e26f5130 data/exdeorum/recipes/sieve/crushed_deepslate/iron/copper_ore_chunk.json
|
||||
caafb808464a51386e5994a7ca09623492e71084 data/exdeorum/recipes/sieve/crushed_deepslate/iron/deepslate_pebble.json
|
||||
a573a2731f646884bd3f4ae61136280dde8c2c96 data/exdeorum/recipes/sieve/crushed_deepslate/iron/diamond.json
|
||||
f1a444b52e9e1696a846592b833a2ceb63c994bc data/exdeorum/recipes/sieve/crushed_deepslate/iron/emerald.json
|
||||
f387102be827d0ad7ef6590bdd97435adc0adb19 data/exdeorum/recipes/sieve/crushed_deepslate/iron/gold_ore_chunk.json
|
||||
05129a20fdb122ca64e61252ae7011b0189c4c4f data/exdeorum/recipes/sieve/crushed_deepslate/iron/iridium_ore_chunk.json
|
||||
4a9e056ddaeafce083fa91f4adca89f28e409b42 data/exdeorum/recipes/sieve/crushed_deepslate/iron/iron_ore_chunk.json
|
||||
e2356f1aa76f9f39f3d9eb71e34b206d567456be data/exdeorum/recipes/sieve/crushed_deepslate/iron/lapis_lazuli.json
|
||||
9601262f949921d5bdd6c3fe2b8bd1aa75101007 data/exdeorum/recipes/sieve/crushed_deepslate/iron/lead_ore_chunk.json
|
||||
63910b65bb9b5242936a0432a2826cf565198e8f data/exdeorum/recipes/sieve/crushed_deepslate/iron/nickel_ore_chunk.json
|
||||
b283a716446085dab306e9ad633652965c48051a data/exdeorum/recipes/sieve/crushed_deepslate/iron/osmium_ore_chunk.json
|
||||
12a6df6b0325e92d1b5257c7b497f1c68b36c14b data/exdeorum/recipes/sieve/crushed_deepslate/iron/platinum_ore_chunk.json
|
||||
3c325681cacb54c303743d272d06de1142ddc9d2 data/exdeorum/recipes/sieve/crushed_deepslate/iron/silver_ore_chunk.json
|
||||
adc271cef46fa97affdec9eac74f0d9f0321946c data/exdeorum/recipes/sieve/crushed_deepslate/iron/tin_ore_chunk.json
|
||||
b3d61ec2518e4ac27d9d66699de2954672dfdd13 data/exdeorum/recipes/sieve/crushed_deepslate/iron/uranium_ore_chunk.json
|
||||
16e4a02042d54e881bedca80864c024144766956 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/amethyst_shard.json
|
||||
76c2024a3620feb4f2dd6a874f79e104f3c51b9b data/exdeorum/recipes/sieve/crushed_deepslate/netherite/copper_ore_chunk.json
|
||||
cf185f30a43f5b43112554a57dd815a0b77d6520 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/deepslate_pebble.json
|
||||
cdc25d35d8ec98f7cca1a74dd417f3590a839583 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/diamond.json
|
||||
69c3f29af10cbd0b6a929ea29612e54678687dec data/exdeorum/recipes/sieve/crushed_deepslate/netherite/emerald.json
|
||||
a743371407c1200e19049de0c1cfb7db54e9e224 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/gold_ore_chunk.json
|
||||
55e3999812bcae17b63f1815782979969733cbd1 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/iridium_ore_chunk.json
|
||||
641be85ac7300b45c139844316086cb5c30b8599 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/iron_ore_chunk.json
|
||||
0d84fa101dd247f42867022a1aa15cb45e719ef3 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/lapis_lazuli.json
|
||||
2b8244da348847d271355e1cadaa2d08e285bc8f data/exdeorum/recipes/sieve/crushed_deepslate/netherite/lead_ore_chunk.json
|
||||
01e29787eee8e841207f4474e02cfe7c43aea5f3 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/nickel_ore_chunk.json
|
||||
f19c1ae8de8dbcc090e06e68383ef0440c8a2fab data/exdeorum/recipes/sieve/crushed_deepslate/netherite/osmium_ore_chunk.json
|
||||
99058950f833ca3b569ebb041b33401b0c6e42c8 data/exdeorum/recipes/sieve/crushed_deepslate/netherite/platinum_ore_chunk.json
|
||||
a0f2ca88420e5b1e3cf42e40eac671e184b15a9f data/exdeorum/recipes/sieve/crushed_deepslate/netherite/silver_ore_chunk.json
|
||||
7e7dfb046c8c163ef815b1d76a7ab869a2ed078f data/exdeorum/recipes/sieve/crushed_deepslate/netherite/tin_ore_chunk.json
|
||||
e8baba38e66571594c46363d31ad41e2c2d1e82e data/exdeorum/recipes/sieve/crushed_deepslate/netherite/uranium_ore_chunk.json
|
||||
22d5d1515a8334764fcea71121d7a3dd725a4f4d data/exdeorum/recipes/sieve/crushed_deepslate/string/amethyst_shard.json
|
||||
9d68627c3154cb28d0870606f52b0642c09ef8bb data/exdeorum/recipes/sieve/crushed_deepslate/string/copper_ore_chunk.json
|
||||
e5e179dec565277380d0d0b4e35990c8baeeda65 data/exdeorum/recipes/sieve/crushed_deepslate/string/deepslate_pebble.json
|
||||
32f9fbec3128803e965f407b785ea812f1860e27 data/exdeorum/recipes/sieve/crushed_deepslate/string/diamond.json
|
||||
7d3b675754200bcd0d44a1b595a7cd1443ce3f28 data/exdeorum/recipes/sieve/crushed_deepslate/string/emerald.json
|
||||
744b9140fc69e1cf0a59d72524baf1770d45ae8c data/exdeorum/recipes/sieve/crushed_deepslate/string/gold_ore_chunk.json
|
||||
b37bd819bfe576ac0f75b9eab2a59436832ad1a4 data/exdeorum/recipes/sieve/crushed_deepslate/string/iridium_ore_chunk.json
|
||||
a2e895b8b68e6cddf045a4dc97f323679e37be60 data/exdeorum/recipes/sieve/crushed_deepslate/string/iron_ore_chunk.json
|
||||
c2165469fc079114e44a96c89753e01e276d4f05 data/exdeorum/recipes/sieve/crushed_deepslate/string/lapis_lazuli.json
|
||||
cd1cb531c5e7cdc9c96450e4bf0f411a279d3fd3 data/exdeorum/recipes/sieve/crushed_deepslate/string/lead_ore_chunk.json
|
||||
249ec3663631fed98c6b288b992e0648be710271 data/exdeorum/recipes/sieve/crushed_deepslate/string/nickel_ore_chunk.json
|
||||
5d0640481af53e4543bcdd123ec92ec758cb69b0 data/exdeorum/recipes/sieve/crushed_deepslate/string/osmium_ore_chunk.json
|
||||
a78045579a330624ad2ec6fafeec47f5f4fc7531 data/exdeorum/recipes/sieve/crushed_deepslate/string/platinum_ore_chunk.json
|
||||
f67075aaf30d2c6ac86a6ecc6408a8deb07af0ea data/exdeorum/recipes/sieve/crushed_deepslate/string/silver_ore_chunk.json
|
||||
281c6af1feaa84c6d4be0a00e16e98d0c8921ab0 data/exdeorum/recipes/sieve/crushed_deepslate/string/tin_ore_chunk.json
|
||||
6f1e0508bffc4afe0bffba09d20e7ab4d4d3a755 data/exdeorum/recipes/sieve/crushed_deepslate/string/uranium_ore_chunk.json
|
||||
e76fb7f519c2b5f4acbc51fa71db1cae02533b10 data/exdeorum/recipes/sieve/crushed_end_stone/diamond/chorus_flower.json
|
||||
9ac5393cea652159302888164af0b233ad7b93df data/exdeorum/recipes/sieve/crushed_end_stone/diamond/chorus_fruit.json
|
||||
7b76b3e251c5d929224bbbbd564b705867eb5b81 data/exdeorum/recipes/sieve/crushed_end_stone/diamond/ender_eye.json
|
||||
|
|
@ -359,6 +429,7 @@ e46ec24f45d9d3ba5564f38b8259a9c4aedc3ca0 data/exdeorum/recipes/sieve/crushed_end
|
|||
f7d04732eb4e3819cc092fbdb79ed27655149d65 data/exdeorum/recipes/sieve/crushed_end_stone/string/ender_pearl.json
|
||||
394b5c90b88123e4aec00f309b04460c5c693e35 data/exdeorum/recipes/sieve/crushed_netherrack/diamond/blackstone_pebble.json
|
||||
ae19efe0e12743ef74bb3e6db7cac0ce597c6390 data/exdeorum/recipes/sieve/crushed_netherrack/diamond/blaze_powder.json
|
||||
02c9d777d87bbb484d8f25b1d6756509b5bf33a4 data/exdeorum/recipes/sieve/crushed_netherrack/diamond/cobalt_ore_chunk.json
|
||||
f58dca5f5ad76391d1bc63d13f7d89d9327cc162 data/exdeorum/recipes/sieve/crushed_netherrack/diamond/gold_nugget.json
|
||||
9c25259909d977f4e1d8a977def6a123983378ee data/exdeorum/recipes/sieve/crushed_netherrack/diamond/gunpowder.json
|
||||
bbb516d135bea4650990358ba9ed3ba9c9633658 data/exdeorum/recipes/sieve/crushed_netherrack/diamond/magma_cream.json
|
||||
|
|
@ -366,6 +437,7 @@ bbb516d135bea4650990358ba9ed3ba9c9633658 data/exdeorum/recipes/sieve/crushed_net
|
|||
b33da6a1f73246dd46d9883135fec25ac38d0de1 data/exdeorum/recipes/sieve/crushed_netherrack/flint/basalt_pebble.json
|
||||
4c60b35d7c6d3811fc93910dcd3c4022dd971a38 data/exdeorum/recipes/sieve/crushed_netherrack/flint/blackstone_pebble.json
|
||||
9ec9b004efec63cd68398d306b8e5a82ebd39acb data/exdeorum/recipes/sieve/crushed_netherrack/flint/blaze_powder.json
|
||||
1be500947c191bd2f38e438eb0b9273215f07428 data/exdeorum/recipes/sieve/crushed_netherrack/flint/cobalt_ore_chunk.json
|
||||
afe931b05471b89bb3722bb34654b27b259d42f9 data/exdeorum/recipes/sieve/crushed_netherrack/flint/crimson_nylium_spores.json
|
||||
fecf3945d51d0692ecb027126f9005dedbec84d4 data/exdeorum/recipes/sieve/crushed_netherrack/flint/gold_nugget.json
|
||||
75684abbbb4ae1a6b46fcd91005a7f873708c34f data/exdeorum/recipes/sieve/crushed_netherrack/flint/gunpowder.json
|
||||
|
|
@ -375,6 +447,7 @@ e1ab6813fe6cfea0a94771de8521ac8f710e42dc data/exdeorum/recipes/sieve/crushed_net
|
|||
73b333c4639c69973e08629dc8c3913bef515c49 data/exdeorum/recipes/sieve/crushed_netherrack/golden/basalt_pebble.json
|
||||
ddce920c684df782c5c654a2d0eb1f53f9cc13c5 data/exdeorum/recipes/sieve/crushed_netherrack/golden/blackstone_pebble.json
|
||||
f62c93593e9b52e08ba78ed9b979cf015c451a0d data/exdeorum/recipes/sieve/crushed_netherrack/golden/blaze_powder.json
|
||||
e622fb424b93333b7bca6404fe69cec428dbfdee data/exdeorum/recipes/sieve/crushed_netherrack/golden/cobalt_ore_chunk.json
|
||||
d334ae1e640c66b8c56abe306600f0ca1e13ce55 data/exdeorum/recipes/sieve/crushed_netherrack/golden/crimson_nylium_spores.json
|
||||
ad740b9490f54236d81354eb0040e4e49871a4d8 data/exdeorum/recipes/sieve/crushed_netherrack/golden/gold_nugget.json
|
||||
883424000b8c5d331228e30b82b4696a24a1d059 data/exdeorum/recipes/sieve/crushed_netherrack/golden/gunpowder.json
|
||||
|
|
@ -385,6 +458,7 @@ dda6c070968d367c5f50c35d7f9dc33f21469792 data/exdeorum/recipes/sieve/crushed_net
|
|||
bb85c68354ad340faf9349aa9195a78b645d95a8 data/exdeorum/recipes/sieve/crushed_netherrack/iron/basalt_pebble.json
|
||||
9dce5057d1e3e2d606c62f090945fa3f0b135d9b data/exdeorum/recipes/sieve/crushed_netherrack/iron/blackstone_pebble.json
|
||||
a38e423ba92081350d3749acac2ffef42f61ab4d data/exdeorum/recipes/sieve/crushed_netherrack/iron/blaze_powder.json
|
||||
dd79fc0203f7561fbb8ae0dcc0354deb1cfb554c data/exdeorum/recipes/sieve/crushed_netherrack/iron/cobalt_ore_chunk.json
|
||||
ef88b0b2671dcf485a9b900cd7164538375f2c91 data/exdeorum/recipes/sieve/crushed_netherrack/iron/crimson_nylium_spores.json
|
||||
1bc51258e5b23d3fe545ace72f7c2b87deb0dfc2 data/exdeorum/recipes/sieve/crushed_netherrack/iron/gold_nugget.json
|
||||
21bca27716922d28a25ebfa2444424642bcb78bd data/exdeorum/recipes/sieve/crushed_netherrack/iron/gunpowder.json
|
||||
|
|
@ -393,6 +467,7 @@ de8d9b846b324a4890887438e5653f29277bd987 data/exdeorum/recipes/sieve/crushed_net
|
|||
2221ffc1f7e70300fdf2c7cde2e9140c9369e4d2 data/exdeorum/recipes/sieve/crushed_netherrack/iron/warped_nylium_spores.json
|
||||
95ea870b4e17d114ea433a0e73e39d641d92cb1a data/exdeorum/recipes/sieve/crushed_netherrack/netherite/blackstone_pebble.json
|
||||
2244a473ac96af91816179a18b43fedaa7930a2c data/exdeorum/recipes/sieve/crushed_netherrack/netherite/blaze_powder.json
|
||||
d9df0579c680278bb9b5e4a80b58a833d0f6a1d0 data/exdeorum/recipes/sieve/crushed_netherrack/netherite/cobalt_ore_chunk.json
|
||||
6297020d5264c142b69cb17d5911ca1110ad45fc data/exdeorum/recipes/sieve/crushed_netherrack/netherite/gold_nugget.json
|
||||
463b7074cc4509ab3bb484eb4b73721d5a118da4 data/exdeorum/recipes/sieve/crushed_netherrack/netherite/gunpowder.json
|
||||
86234c01a5c931b04b5a978414129f467a90d6e4 data/exdeorum/recipes/sieve/crushed_netherrack/netherite/magma_cream.json
|
||||
|
|
@ -400,6 +475,7 @@ de8d9b846b324a4890887438e5653f29277bd987 data/exdeorum/recipes/sieve/crushed_net
|
|||
d6c8078d6126998754227051f2c1e6991c98e67e data/exdeorum/recipes/sieve/crushed_netherrack/string/basalt_pebble.json
|
||||
abd7526719c36f956b79ad79a6b582c51dd40259 data/exdeorum/recipes/sieve/crushed_netherrack/string/blackstone_pebble.json
|
||||
0d0144aa844c09d6f74a570ff38e073df7d4cb76 data/exdeorum/recipes/sieve/crushed_netherrack/string/blaze_powder.json
|
||||
3ed20f22e7bfe06b7088250ace9f9847758aa84a data/exdeorum/recipes/sieve/crushed_netherrack/string/cobalt_ore_chunk.json
|
||||
b8e977bdbde337c9de16ed796242a2e7b6368b5b data/exdeorum/recipes/sieve/crushed_netherrack/string/crimson_nylium_spores.json
|
||||
411055f615a1fa081e2294bd9308e22eb43b64f7 data/exdeorum/recipes/sieve/crushed_netherrack/string/gold_nugget.json
|
||||
b2aed8b5743778fc4b324a119518e2f371a3f562 data/exdeorum/recipes/sieve/crushed_netherrack/string/gunpowder.json
|
||||
|
|
@ -485,23 +561,27 @@ d31fa934cef32f4bcc4cabf110f2b90ae12a1db7 data/exdeorum/recipes/sieve/dirt/string
|
|||
13df9ac15d131c250cbdb175ff3bc1145afadcb5 data/exdeorum/recipes/sieve/dust/diamond/bone_meal.json
|
||||
b46cceeab1061ed238e005b2415b24160fcd5d73 data/exdeorum/recipes/sieve/dust/diamond/glowstone_dust.json
|
||||
da3556d43a22a00cfba29419879f8bb1c24f76e0 data/exdeorum/recipes/sieve/dust/diamond/gold_nugget.json
|
||||
0087b10cc106dc6cb22a9574567faf8096fa797e data/exdeorum/recipes/sieve/dust/diamond/grains_of_infinity.json
|
||||
aacdbedc91e09191a6fc335ed82ca481d934ebc3 data/exdeorum/recipes/sieve/dust/diamond/gunpowder.json
|
||||
00907e701451521c3ca793ec337b0b2f0166e895 data/exdeorum/recipes/sieve/dust/diamond/redstone.json
|
||||
7eba59b03b5affdc11c937060e99949db301086a data/exdeorum/recipes/sieve/dust/flint/blaze_powder.json
|
||||
7af226b5661b96e0b8ddcb8ec902d37f429b0b48 data/exdeorum/recipes/sieve/dust/flint/bone_meal.json
|
||||
0a7d44bdff5a9b7040f702cb5ff756ce231c9a60 data/exdeorum/recipes/sieve/dust/flint/glowstone_dust.json
|
||||
c418797b65a0c67841c5e99d8fec95d1ee780065 data/exdeorum/recipes/sieve/dust/flint/grains_of_infinity.json
|
||||
52c65219279d46fe5474a8a01d69a1362cb3a2ea data/exdeorum/recipes/sieve/dust/flint/gunpowder.json
|
||||
7ecd5ae5d7f6783ff7535978352190a9af1b0ab4 data/exdeorum/recipes/sieve/dust/flint/redstone.json
|
||||
bdbe4b3434ff67299b47d65eab0c442b235dc654 data/exdeorum/recipes/sieve/dust/golden/blaze_powder.json
|
||||
fab2426618c3f527ed401f1ef2cee3fa81de1969 data/exdeorum/recipes/sieve/dust/golden/bone_meal.json
|
||||
9a9eb3cc996de392e75dd9c6613af1ff382615d5 data/exdeorum/recipes/sieve/dust/golden/glowstone_dust.json
|
||||
183741090cfd4dbb792f70c9daea3dd8030f56e2 data/exdeorum/recipes/sieve/dust/golden/gold_nugget.json
|
||||
c087c3ba3bd7bda74aac13435f61a998060d4872 data/exdeorum/recipes/sieve/dust/golden/grains_of_infinity.json
|
||||
4d28a3acd946fd55c3982e5ff9bb8876b8b0baef data/exdeorum/recipes/sieve/dust/golden/gunpowder.json
|
||||
a9c9258b74162f5132b8b47f3981b071ec6b60bf data/exdeorum/recipes/sieve/dust/golden/raw_gold.json
|
||||
65c99881294536c0f59d66d0e7429d85bbec0b9b data/exdeorum/recipes/sieve/dust/golden/redstone.json
|
||||
4b304a265794186e3c1fbd23acfcfde57322d615 data/exdeorum/recipes/sieve/dust/iron/blaze_powder.json
|
||||
758573f460a7f2ff2104a1bbfde2fa8392d002a4 data/exdeorum/recipes/sieve/dust/iron/bone_meal.json
|
||||
e3f7f74c6e84a149282b23f0388e25c7ae5f4352 data/exdeorum/recipes/sieve/dust/iron/glowstone_dust.json
|
||||
f5c25b6ee05890bdc41ddc45a14b2015665388fe data/exdeorum/recipes/sieve/dust/iron/grains_of_infinity.json
|
||||
5ffc2f95fc5a52aad02e7b063ba64c4cd41836f3 data/exdeorum/recipes/sieve/dust/iron/gunpowder.json
|
||||
eeb2ec19599044971eeff5929e7238fa398f1f08 data/exdeorum/recipes/sieve/dust/iron/iron_nugget.json
|
||||
9dc82b4a79edf9561566137af39399b1621b89a0 data/exdeorum/recipes/sieve/dust/iron/redstone.json
|
||||
|
|
@ -509,14 +589,17 @@ eeb2ec19599044971eeff5929e7238fa398f1f08 data/exdeorum/recipes/sieve/dust/iron/i
|
|||
33e35a1af71274a675498234b8dcd9834368c717 data/exdeorum/recipes/sieve/dust/netherite/bone_meal.json
|
||||
0472c65dad0e35df7397dfb2a7b53c5408f5fffc data/exdeorum/recipes/sieve/dust/netherite/glowstone_dust.json
|
||||
d82f3f9b53a74977cb6ff682013beb150088d61b data/exdeorum/recipes/sieve/dust/netherite/gold_nugget.json
|
||||
a776c6d6946a02fea8bb346860f525bde2c835de data/exdeorum/recipes/sieve/dust/netherite/grains_of_infinity.json
|
||||
2fb062f8d8be004bd5e54a43a089c579a374abb1 data/exdeorum/recipes/sieve/dust/netherite/gunpowder.json
|
||||
c6a8996009ae3e712a2895001e96c74bb35b224c data/exdeorum/recipes/sieve/dust/netherite/iron_nugget.json
|
||||
44e98c8ce40d6f72596b009398943cb3ac6ef1b5 data/exdeorum/recipes/sieve/dust/netherite/redstone.json
|
||||
7bed9653a0d40436bd15531ffb15eb84563cfc4d data/exdeorum/recipes/sieve/dust/string/blaze_powder.json
|
||||
74dc1675b4dc9c0d1d96bc22db0b844f322082b8 data/exdeorum/recipes/sieve/dust/string/bone_meal.json
|
||||
e4ead3b21ece1d4470c2000017586c1730acd1bb data/exdeorum/recipes/sieve/dust/string/glowstone_dust.json
|
||||
91428deb05889718e458b8cd9f6d610f1e652330 data/exdeorum/recipes/sieve/dust/string/grains_of_infinity.json
|
||||
3272a1f8b4534dd8800b07b7ec826d8f7a4fae65 data/exdeorum/recipes/sieve/dust/string/gunpowder.json
|
||||
e1a8558df8270d57cbcdf7255b93b40d0c05d33b data/exdeorum/recipes/sieve/dust/string/redstone.json
|
||||
9df7ca0a604ab01b33dfe0b342441b9705c9ac9e data/exdeorum/recipes/sieve/gravel/diamond/aluminum_ore_chunk.json
|
||||
b1b1c231670f2622dc2227fac65aff0ebbd2ea19 data/exdeorum/recipes/sieve/gravel/diamond/amethyst_shard.json
|
||||
2284efd2a38ecb63f694ba0586c478b26207adce data/exdeorum/recipes/sieve/gravel/diamond/coal.json
|
||||
ac9139345f1b1d4bd8fb48350d3a6df9a33c2a93 data/exdeorum/recipes/sieve/gravel/diamond/copper_ore_chunk.json
|
||||
|
|
@ -525,8 +608,16 @@ ac9139345f1b1d4bd8fb48350d3a6df9a33c2a93 data/exdeorum/recipes/sieve/gravel/diam
|
|||
60a052b488bee7fb028a94b6004af3fe994565ea data/exdeorum/recipes/sieve/gravel/diamond/emerald.json
|
||||
66d27aa930f24ab223056cd8e306a62b0d7c91c9 data/exdeorum/recipes/sieve/gravel/diamond/flint.json
|
||||
3544e4e64e54f9ab80015c8d708e397777cb3212 data/exdeorum/recipes/sieve/gravel/diamond/gold_ore_chunk.json
|
||||
b25b9a23f50fa60719f74ffc26b53017f8d74cd0 data/exdeorum/recipes/sieve/gravel/diamond/iridium_ore_chunk.json
|
||||
6cf8e4f262fa4e4153bcaa6c684854712f720021 data/exdeorum/recipes/sieve/gravel/diamond/iron_ore_chunk.json
|
||||
71084e96ae9c98c76ecb03b38de241b72ad0cf8c data/exdeorum/recipes/sieve/gravel/diamond/lapis_lazuli.json
|
||||
981752f69c4094f1cb4a8d0272399117eb28f19b data/exdeorum/recipes/sieve/gravel/diamond/lead_ore_chunk.json
|
||||
f6de57c588c96a776056f60505ac902efc7495db data/exdeorum/recipes/sieve/gravel/diamond/nickel_ore_chunk.json
|
||||
ee29c9cfa88c60528d639c9c286f123e959787c7 data/exdeorum/recipes/sieve/gravel/diamond/osmium_ore_chunk.json
|
||||
3f0adcb8f4b5ebcdbe21111242afdb70ba173aac data/exdeorum/recipes/sieve/gravel/diamond/silver_ore_chunk.json
|
||||
15348d9b88d923d36fa6bcdb84bdb009746cbf22 data/exdeorum/recipes/sieve/gravel/diamond/tin_ore_chunk.json
|
||||
3fb22737f15f0bf7024e7277bbe8cc6a4e4bc75b data/exdeorum/recipes/sieve/gravel/diamond/zinc_ore_chunk.json
|
||||
5ae5bcebab67694b32474bd28ea1fbab0b8333c6 data/exdeorum/recipes/sieve/gravel/flint/aluminum_ore_chunk.json
|
||||
3791bf6a2875898602b4dbf3d5ef6b1451010583 data/exdeorum/recipes/sieve/gravel/flint/amethyst_shard.json
|
||||
d2e86dc8b2f2465ac26e95e7d38916fc14e2dae5 data/exdeorum/recipes/sieve/gravel/flint/andesite_pebble.json
|
||||
3b869472d11d1252ef06b9b0a6274c8a5660aa91 data/exdeorum/recipes/sieve/gravel/flint/coal.json
|
||||
|
|
@ -537,10 +628,18 @@ d2e86dc8b2f2465ac26e95e7d38916fc14e2dae5 data/exdeorum/recipes/sieve/gravel/flin
|
|||
7421d8e9053918cd6e7a5f7bc2902b296f714a70 data/exdeorum/recipes/sieve/gravel/flint/flint.json
|
||||
d988d062013ae4d6afcb8e5e13065518a012d126 data/exdeorum/recipes/sieve/gravel/flint/gold_ore_chunk.json
|
||||
a3f7e6269846b25acbd994b0e564020f7a22cd0f data/exdeorum/recipes/sieve/gravel/flint/granite_pebble.json
|
||||
cb1601e4e798f148a352d0910a028f594a944d4c data/exdeorum/recipes/sieve/gravel/flint/iridium_ore_chunk.json
|
||||
57d60dd6b13ad4c45238da601a37ee2ab964052b data/exdeorum/recipes/sieve/gravel/flint/iron_ore_chunk.json
|
||||
702f85e882f2b10a6613f41074ccfc9b759c42b9 data/exdeorum/recipes/sieve/gravel/flint/lapis_lazuli.json
|
||||
91d01d076b8a72827d270de34fe03022a44c9291 data/exdeorum/recipes/sieve/gravel/flint/lead_ore_chunk.json
|
||||
391add009436b8206ae851ce82efe1be208266b0 data/exdeorum/recipes/sieve/gravel/flint/nickel_ore_chunk.json
|
||||
56081d362764dfd8f93703efe23281a255905287 data/exdeorum/recipes/sieve/gravel/flint/osmium_ore_chunk.json
|
||||
6ca4057510d2b568a3559ae1005e037518a99745 data/exdeorum/recipes/sieve/gravel/flint/pointed_dripstone.json
|
||||
730b28230adbd656e270bdc7b2f773a9459d434a data/exdeorum/recipes/sieve/gravel/flint/silver_ore_chunk.json
|
||||
fe663f47d5e16267a61b6f7111a6f588209888e7 data/exdeorum/recipes/sieve/gravel/flint/stone_pebble.json
|
||||
bc6e6631affd1dbf1a3711bbc7b6ceb7df0b6005 data/exdeorum/recipes/sieve/gravel/flint/tin_ore_chunk.json
|
||||
31e2fc038cb5269e24da8c8bf85aed6fb2bf7d75 data/exdeorum/recipes/sieve/gravel/flint/zinc_ore_chunk.json
|
||||
8a2defff0d9856f22949fe0e271710c533f494dc data/exdeorum/recipes/sieve/gravel/golden/aluminum_ore_chunk.json
|
||||
28678c0ce921c7b884db3d0e49a54b20deec4825 data/exdeorum/recipes/sieve/gravel/golden/amethyst_shard.json
|
||||
b5af4ec46beb6a5957a2099eaecac55b6a0a6637 data/exdeorum/recipes/sieve/gravel/golden/coal.json
|
||||
0ec8d93ded300ec6fec985ee171466b42ed6eaa0 data/exdeorum/recipes/sieve/gravel/golden/copper_ore_chunk.json
|
||||
|
|
@ -550,10 +649,18 @@ b910213c60616555b2701eab2e6ed6c10ab2996d data/exdeorum/recipes/sieve/gravel/gold
|
|||
85d089c35627a16344c652f9a347b930fbac779d data/exdeorum/recipes/sieve/gravel/golden/flint.json
|
||||
4f0edad66d6d5899a81fb32c11da8b4f4943e483 data/exdeorum/recipes/sieve/gravel/golden/gold_nugget.json
|
||||
4be0b7be825c07b1406f45f6b9182d6c0a643cb3 data/exdeorum/recipes/sieve/gravel/golden/gold_ore_chunk.json
|
||||
5e940efaf67afe5273df3bdea9054e57f2685d52 data/exdeorum/recipes/sieve/gravel/golden/iridium_ore_chunk.json
|
||||
bd443731b92b52d140fd1f1e21db4167e4a17243 data/exdeorum/recipes/sieve/gravel/golden/iron_ore_chunk.json
|
||||
ae0acc3deb886e04d8226b1cbe36e67a8dd360bf data/exdeorum/recipes/sieve/gravel/golden/lapis_lazuli.json
|
||||
35f01fd1939936fa63ea4c13afda51a444e139e8 data/exdeorum/recipes/sieve/gravel/golden/lead_ore_chunk.json
|
||||
3f388614379e8785a490f71ee7ce8f58a95eefbc data/exdeorum/recipes/sieve/gravel/golden/nickel_ore_chunk.json
|
||||
581cfcbd5e5faeaf20d7f1eddd1bf6e21cc1f4f2 data/exdeorum/recipes/sieve/gravel/golden/osmium_ore_chunk.json
|
||||
be8c717dd4b8661f42d102182e009f3a55813f3d data/exdeorum/recipes/sieve/gravel/golden/raw_gold.json
|
||||
4bb392b0051de504d59fcd7ad1122ba1569c72e7 data/exdeorum/recipes/sieve/gravel/golden/silver_ore_chunk.json
|
||||
d1e92452ba4285a9b65f93cdec1cf65f31883c9f data/exdeorum/recipes/sieve/gravel/golden/stone_pebble.json
|
||||
405ae53ab5777de41d1fd2455a548255d0a42a13 data/exdeorum/recipes/sieve/gravel/golden/tin_ore_chunk.json
|
||||
d4fecb145a90683dfdd9202d518967208a3a0ec1 data/exdeorum/recipes/sieve/gravel/golden/zinc_ore_chunk.json
|
||||
7186738ce82393fadb515a7b868dd3c45c16289f data/exdeorum/recipes/sieve/gravel/iron/aluminum_ore_chunk.json
|
||||
bc5e582d21730a7b0744f957e0388108742fba77 data/exdeorum/recipes/sieve/gravel/iron/amethyst_shard.json
|
||||
4310e908dd8439964e6da95cb433e676f13788ef data/exdeorum/recipes/sieve/gravel/iron/coal.json
|
||||
49952882ee7d8650f0ec83e9fed338c095e74b6b data/exdeorum/recipes/sieve/gravel/iron/copper_ore_chunk.json
|
||||
|
|
@ -562,9 +669,17 @@ d809f81374f8a3e3d23e63ed788761b9a6ca845e data/exdeorum/recipes/sieve/gravel/iron
|
|||
e28dd0cc2ae440c324a78b97757266ef0243b94e data/exdeorum/recipes/sieve/gravel/iron/emerald.json
|
||||
6610b8fb3cb40f1d5e149fe3831d82063add8b5d data/exdeorum/recipes/sieve/gravel/iron/flint.json
|
||||
5bbb6415d53f5efac6799f654bc3486a277aed31 data/exdeorum/recipes/sieve/gravel/iron/gold_ore_chunk.json
|
||||
23e6a404d85a3351772fb713b5db7c5582345e4c data/exdeorum/recipes/sieve/gravel/iron/iridium_ore_chunk.json
|
||||
be90f3b4db2a9e24f218ca9ba2b96bcbb607e693 data/exdeorum/recipes/sieve/gravel/iron/iron_ore_chunk.json
|
||||
b8b54b1de7034163b0f679f7e0368530dc15e159 data/exdeorum/recipes/sieve/gravel/iron/lapis_lazuli.json
|
||||
c02f2b1d17c3cdb68ed9b6afd41bd30adbc4fda6 data/exdeorum/recipes/sieve/gravel/iron/lead_ore_chunk.json
|
||||
04367aa5229d3d7edb2c6da1aba48f0720aa5e45 data/exdeorum/recipes/sieve/gravel/iron/nickel_ore_chunk.json
|
||||
274d86c9cf11cb45e37718231e826b109b867ce1 data/exdeorum/recipes/sieve/gravel/iron/osmium_ore_chunk.json
|
||||
a252e975c9b22a2bdf2e72514d80949ef8ada023 data/exdeorum/recipes/sieve/gravel/iron/silver_ore_chunk.json
|
||||
641e557462f67d6e989c86e98f0e61219ac0f154 data/exdeorum/recipes/sieve/gravel/iron/stone_pebble.json
|
||||
6eadbf2fa781f0fa4833359e8c6a3a4fdba55b83 data/exdeorum/recipes/sieve/gravel/iron/tin_ore_chunk.json
|
||||
5bafdd563e5f052c69b30662741c81ff5022ea6b data/exdeorum/recipes/sieve/gravel/iron/zinc_ore_chunk.json
|
||||
44f8cb84279fb80d2010951e2fc3a7a93d2dd718 data/exdeorum/recipes/sieve/gravel/netherite/aluminum_ore_chunk.json
|
||||
1b01b51ac49be8b288d78eed9f13976947ba85b4 data/exdeorum/recipes/sieve/gravel/netherite/amethyst_shard.json
|
||||
6e483128177c19df169f37efdfd778178d86f740 data/exdeorum/recipes/sieve/gravel/netherite/coal.json
|
||||
75cf3e4a04f845e991a4eb7c664e54fb547574ce data/exdeorum/recipes/sieve/gravel/netherite/copper_ore_chunk.json
|
||||
|
|
@ -573,9 +688,17 @@ b8b54b1de7034163b0f679f7e0368530dc15e159 data/exdeorum/recipes/sieve/gravel/iron
|
|||
60e296a99d2512f9af539f312234f0f694b01d8a data/exdeorum/recipes/sieve/gravel/netherite/emerald.json
|
||||
41aaa9c5a1b61ea79b231528a6e76c9c1d273331 data/exdeorum/recipes/sieve/gravel/netherite/gold_nugget.json
|
||||
22a8a86bd12d7db9a4929121692dccfe3616a942 data/exdeorum/recipes/sieve/gravel/netherite/gold_ore_chunk.json
|
||||
f2c95dc2b7bee18aa27ad336ad470957050148d3 data/exdeorum/recipes/sieve/gravel/netherite/iridium_ore_chunk.json
|
||||
e28a30509e84956d6d193911cfe8ba252a2825cf data/exdeorum/recipes/sieve/gravel/netherite/iron_ore_chunk.json
|
||||
8f49a2cdf84583537955e4c27c854bf34dc47903 data/exdeorum/recipes/sieve/gravel/netherite/lapis_lazuli.json
|
||||
f12a4bd98ef79dd7e9073d1626e8294f11f900ae data/exdeorum/recipes/sieve/gravel/netherite/lead_ore_chunk.json
|
||||
79730a79998fb8c56eee3277c83eb2ebf3cb7bcd data/exdeorum/recipes/sieve/gravel/netherite/nickel_ore_chunk.json
|
||||
55e6ab316d5281084a751060ea66b542b597f11f data/exdeorum/recipes/sieve/gravel/netherite/osmium_ore_chunk.json
|
||||
fa83bb8a17c0fc1fcec33ac08f464946cfdc206c data/exdeorum/recipes/sieve/gravel/netherite/raw_gold.json
|
||||
7277f2905bcf0b9e51e7031296cf3363921aaf2e data/exdeorum/recipes/sieve/gravel/netherite/silver_ore_chunk.json
|
||||
0eebd5aadf24a1e1d4f7086fb516404d78856f94 data/exdeorum/recipes/sieve/gravel/netherite/tin_ore_chunk.json
|
||||
fdeef4659d58556758cafb04cb97823a7e6280e5 data/exdeorum/recipes/sieve/gravel/netherite/zinc_ore_chunk.json
|
||||
80ba4c9fb5907709dba07752128899aa222f4227 data/exdeorum/recipes/sieve/gravel/string/aluminum_ore_chunk.json
|
||||
2aa745d14fdc3f52df7c1eca880125edf0b8009b data/exdeorum/recipes/sieve/gravel/string/amethyst_shard.json
|
||||
5b0bbf7b85568dcd41f87692b65096a0f052d735 data/exdeorum/recipes/sieve/gravel/string/coal.json
|
||||
032f1cdaf8a6854974e29980287a5a3138e4fa41 data/exdeorum/recipes/sieve/gravel/string/copper_ore_chunk.json
|
||||
|
|
@ -583,9 +706,16 @@ bd1ce763ae605e9a0d82e4afa58c4811516bc6bf data/exdeorum/recipes/sieve/gravel/stri
|
|||
99c4949a12df18202041a09e6b27157a76446fbd data/exdeorum/recipes/sieve/gravel/string/emerald.json
|
||||
b298e2f51255b88beea1394e2f609768fbb36921 data/exdeorum/recipes/sieve/gravel/string/flint.json
|
||||
0c0e184928b7371b1cabaca16b51d137a52fc77b data/exdeorum/recipes/sieve/gravel/string/gold_ore_chunk.json
|
||||
1a3a7eba846fb34fa5391dc7fb29509011a7f88c data/exdeorum/recipes/sieve/gravel/string/iridium_ore_chunk.json
|
||||
14c1eb7582d996fb2dccedd0f51d3b731cba5e73 data/exdeorum/recipes/sieve/gravel/string/iron_ore_chunk.json
|
||||
19ddad521fcb43ea69e4aeda92f8ea841630c530 data/exdeorum/recipes/sieve/gravel/string/lapis_lazuli.json
|
||||
f245cf69e06874c43bc2bdaabb7806c59d274c93 data/exdeorum/recipes/sieve/gravel/string/lead_ore_chunk.json
|
||||
b89e33d919dbd61f41f9d0eed39cd188fb1289ff data/exdeorum/recipes/sieve/gravel/string/nickel_ore_chunk.json
|
||||
73ba3c31fc8ee5f88279289f571a5e5ea5bd14da data/exdeorum/recipes/sieve/gravel/string/osmium_ore_chunk.json
|
||||
759250554ab4212c823eae23a4f15924579b8723 data/exdeorum/recipes/sieve/gravel/string/silver_ore_chunk.json
|
||||
e33e4503b24e2dc1ab1821746f49ac157f2350d3 data/exdeorum/recipes/sieve/gravel/string/stone_pebble.json
|
||||
784265b509fa3a590f33651cb2c1d0cb263ed141 data/exdeorum/recipes/sieve/gravel/string/tin_ore_chunk.json
|
||||
251d4876ef292135996e19ccb8fdf805f54d8f68 data/exdeorum/recipes/sieve/gravel/string/zinc_ore_chunk.json
|
||||
b774a52785ba81cf8c589b9962abce624862a6ec data/exdeorum/recipes/sieve/moss_block/diamond/acacia_sapling.json
|
||||
34776767a1a3ccea93b858edb5e4259f5b5ff1bd data/exdeorum/recipes/sieve/moss_block/diamond/azalea.json
|
||||
03fad0af6d1930f134908aef86761bda029472df data/exdeorum/recipes/sieve/moss_block/diamond/big_dripleaf.json
|
||||
|
|
|
|||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:aluminum_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/aluminum_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/aluminum_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:cobalt_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/cobalt_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/cobalt_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:iridium_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/iridium_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/iridium_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:lead_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/lead_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/lead_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:nickel_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/nickel_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/nickel_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:osmium_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/osmium_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/osmium_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:platinum_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/platinum_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/platinum_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:silver_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/silver_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/silver_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:tin_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/tin_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/tin_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:uranium_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/uranium_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/uranium_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"exdeorum:zinc_ore_chunk"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "exdeorum:ores/zinc_tag"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"exdeorum:ores/zinc_tag"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:aluminum_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/aluminum"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:cobalt_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/cobalt"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:iridium_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/iridium"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:lead_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/lead"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:nickel_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/nickel"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:osmium_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/osmium"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:platinum_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/platinum"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:silver_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/silver"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:tin_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/tin"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:uranium_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/uranium"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "exdeorum:tag_result",
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "exdeorum:zinc_ore_chunk"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"show_notification": true
|
||||
},
|
||||
"result_tag": "forge:ores/zinc"
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.065
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.075
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.13
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.15
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.065
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.065
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.15
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.14
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.16
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/platinum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:platinum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.03
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/uranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_deepslate"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:uranium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.065
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/cobalt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:crushed_netherrack"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "exdeorum:cobalt_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.12
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:golden_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:iron_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:netherite_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.135
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "enderio"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "exdeorum:dust"
|
||||
},
|
||||
"mesh": "exdeorum:string_mesh",
|
||||
"result": "enderio:grains_of_infinity",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/aluminum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:aluminum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.09
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/zinc"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:diamond_mesh",
|
||||
"result": "exdeorum:zinc_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.08
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/aluminum"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:aluminum_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/iridium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:iridium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.03
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/lead"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:lead_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/nickel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:nickel_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.055
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/osmium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:osmium_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:silver_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"type": "forge:tag_empty",
|
||||
"tag": "forge:ores/tin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "exdeorum:sieve",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"mesh": "exdeorum:flint_mesh",
|
||||
"result": "exdeorum:tin_ore_chunk",
|
||||
"result_amount": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 1.0,
|
||||
"p": 0.07
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user