Compare commits

...

27 commits

Author SHA1 Message Date
VoidLeech 2c5ca4c2fd
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/fix-filter-not-respecting-nbt 2024-04-24 15:29:30 +02:00
IThundxr d66170c8fe
fix: Schematicannon request wrong blocks (#5830)
* fix: schematics request tall grass block which is unobtainable (#5814)

* fix: give large ferns the same treatment

* remove unused imports

* comments

* fix requirement for farmers delight rich soil
2024-03-22 14:45:41 +01:00
Jay Turner efb3cf490d
Add null-safety check on usage of BlockEntity.loadStatic (#6224) 2024-03-22 14:38:56 +01:00
attackeight 6802a1316b
Respect 'eternal' modifier from Forbidden and Arcanus in Deployer Recipes (#6231)
- We Could be Immortal
 - Fixes Creators-of-Create#6220
2024-03-22 14:35:10 +01:00
IThundxr 51db53c74f
Fix Copycat step placement helper (#6267) 2024-03-22 14:27:35 +01:00
IThundxr 41f957a94d
Fix changing bogey style not updating the block properly (#6273)
* Fix bogey block's placing the wrong block

* Clean the code up a bit

* Fix bitflag
2024-03-22 14:23:20 +01:00
IThundxr 7d3d4a1e7c
feat: Track Placement breaks flowers (#5821)
* feat: tracks break flowers during placement

* chore: cleanup import
2024-03-21 12:09:24 +01:00
attackeight f551107e6d
Move compat recipies to datagen (#5095)
* Separate config options for placing source blocks
placeFluidSourceBlocks ->
     fluidFillingPlaceFluidSourceBlocks
     pipesPlaceFluidSourceBlocks

* Add IC2 Metals compat

* Compat Datagen, pt 1

* Add IC2 Metals compat

* Compat Datagen, pt 1

* All Compat Recipes moved to datagen

* Add Oreganized and Galosphere compat

* Update HexCasting Compat

* Add The Vault Compat

* Add The Vault Compat

* Fix dupe bug added by last commit

* adding some wood missed previously

* add Nether's Exoticism Compat

* Update Mods.java

Remove duplicate enum entry

* Update CuttingRecipeGen.java

Reflect Mods.java update

* Update MillingRecipeGen.java

Reflect Mods.java changes

* Update PressingRecipeGen.java

Reflect Mods.java changes

* Update WashingRecipeGen.java

Reflect Mods.java changes

* Ok it's actually correct now

---------

Co-authored-by: NerdsOfAFeather <ftcteam18218@gmail.com>
2024-03-17 00:40:05 +01:00
zelophed 92975231d7 fix sugarcane acting as logs with mechanical saws
- prevent trees adjacent to sugar cane or similar blocks from being cut by the mechanical saw unintentionally
2024-03-17 00:22:01 +01:00
IThundxr c4098b31b2
feat: Allow changing the goggle overlay tooltip icon (#5900)
* feat: allow changing the goggle overlay tooltip icon

* change method name
2024-03-16 19:31:05 +01:00
IThundxr 8ffc4ef96a
Fix deployer anti agro not working, and switch away from deprecated event (#6072)
* Fix agro, switch to non deprecated event as well

* spaces -> tabs
2024-03-16 19:18:07 +01:00
attackeight 866b619767
Add Unique Vertical Gearbox Crafting Recipe (#6171) 2024-03-16 19:13:55 +01:00
IThundxr d9d4967100
Big Outlines API (#6187)
* Big Outlines API

* some more javadoc

* Has -> Have
2024-03-16 19:07:14 +01:00
IThundxr 298d1c1814
Fix #5998, Configs with the same key 2024-03-16 19:04:25 +01:00
IThundxr 2a5935db61
Make roller account for custom tracks 2024-03-16 18:56:18 +01:00
zelophed 04d1a53846 Support custom tooltip component heights in goggle overlay 2024-03-16 17:48:34 +01:00
IThundxr 5df8ed963e
small change: add Create's icon to .idea for intellij users (#5941) 2024-03-16 17:39:39 +01:00
Starlotte b25b88c772
Add & implement spout & clipboard sfx (#5916)
* Add & implement spout sfx

* Add Clipboard Sounds

* Implement Clipboard Sounds

* Fix formatting for new sounds

---------

Co-authored-by: Starlotte <65743811+Starlotte@users.noreply.github.com>
2024-03-16 17:38:04 +01:00
IThundxr 5adb835502
Fix chromatic compound not working under y0 (#6227)
* Fix chromatic compound not working under y 0

* Switch away from constant
2024-03-16 09:27:18 -07:00
Max Mielke bb7e835a8d
Merge pull request #5826 from IThundxr/mc1.18/fixSignalNPE
fix: Signal Group NPE
2024-03-16 17:20:44 +01:00
Max Mielke cbaab918ae
Merge pull request #5772 from IThundxr/mc1.18/track-advancement-fix
feat: Make "A New Gauge" Advancement check for AllItemTags#TRACKS
2024-03-16 17:05:50 +01:00
Max Mielke 4294d74144
Merge pull request #5707 from homok43/mc1.18/dev
Memory leak in CapManipulationBehaviourBase
2024-03-16 16:59:32 +01:00
IThundxr 7800328bbd
remove unused imports 2024-03-05 15:33:45 -05:00
IThundxr ff4eb581fc
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/fixSignalNPE 2023-11-30 09:24:52 -05:00
IThundxr fbc62d4ba2
fix: signal group NPE 2023-11-30 09:22:58 -05:00
IThundxr a6079ff9af
feat: Make "A New Gauge" Advancement check for AllItemTags#TRACKS 2023-11-19 14:44:35 -05:00
homok43 37b58a82f4 Fixed memory leak 2023-11-04 17:12:50 +01:00
518 changed files with 7052 additions and 4545 deletions

BIN
.idea/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View file

@ -194,6 +194,7 @@ dependencies {
runtimeOnly fg.deobf("org.squiddev:cc-tweaked-${cc_tweaked_minecraft_version}:${cc_tweaked_version}")
}
// implementation fg.deobf("curse.maven:ic2-classic-242942:4563059")
// implementation fg.deobf("curse.maven:druidcraft-340991:3101903")
// implementation fg.deobf("com.ferreusveritas.dynamictrees:DynamicTrees-1.16.5:0.10.0-Beta25")
// runtimeOnly fg.deobf("vazkii.arl:AutoRegLib:1.4-35.69")
@ -203,6 +204,8 @@ dependencies {
// runtimeOnly fg.deobf("maven.modrinth:rubidium:0.5.3")
// implementation fg.deobf("com.railwayteam.railways:railways-1.18.2-1.1.1:all") { transitive = false }
// runtimeOnly fg.deobf("maven.modrinth:spark:1.10.38-forge")
//runtimeOnly fg.deobf("curse.maven:forbidden-arcanus-309858:4729924")
//runtimeOnly fg.deobf("curse.maven:valhelsia-core-416935:3886212")
// https://discord.com/channels/313125603924639766/725850371834118214/910619168821354497
// Prevent Mixin annotation processor from getting into IntelliJ's annotation processor settings

View file

@ -582,8 +582,8 @@ bf2b0310500213ff853c748c236eb5d01f61658e assets/create/blockstates/yellow_toolbo
5616dda664dd106d576848124fc0fc1de18d0fd3 assets/create/blockstates/yellow_valve_handle.json
7f39521b211441f5c3e06d60c5978cebe16cacfb assets/create/blockstates/zinc_block.json
b7181bcd8182b2f17088e5aa881f374c9c65470c assets/create/blockstates/zinc_ore.json
d09a8a181fa472e6ae66bdd8d937d1464aee102f assets/create/lang/en_ud.json
71b5b55d73d5bd7fb39bd352338d9e1ad7184ea9 assets/create/lang/en_us.json
390244ea1a4e56fb33c66490a033bd0b4870d0b8 assets/create/lang/en_ud.json
9d2ef7ec16aec62ac33b2c0debb6b368d0fdf7f8 assets/create/lang/en_us.json
487a511a01b2a4531fb672f917922312db78f958 assets/create/models/block/acacia_window.json
b48060cba1a382f373a05bf0039054053eccf076 assets/create/models/block/acacia_window_pane_noside.json
3066db1bf03cffa1a9c7fbacf47ae586632f4eb3 assets/create/models/block/acacia_window_pane_noside_alt.json
@ -2294,7 +2294,7 @@ e66e4cbab3bd9c8338b032adba7a689e96d5b185 assets/create/models/threshold_switch/b
32cfe5661b8bf9886e7282c088d731883c38f1ec assets/create/models/threshold_switch/block_wall_3.json
37b2f0f29bda5eadc84a147887ce7ba9fc0ef2d1 assets/create/models/threshold_switch/block_wall_4.json
533746594ff508be13438cc3f297aa71dc48cec5 assets/create/models/threshold_switch/block_wall_5.json
de7cdf8d734a067af32883e9d86a10e0542a0f5b assets/create/sounds.json
aad3560056aded8dcda1704c9ecadd9c4d804b62 assets/create/sounds.json
7048adc6db09a949173a824b26569ade94081d3e data/create/advancements/andesite_alloy.json
595a47eb334ca5110fe30134d4aec87b97e53f42 data/create/advancements/andesite_casing.json
faee191c4987a8b4152246a686a80c07610e6049 data/create/advancements/anvil_plough.json
@ -2359,17 +2359,24 @@ aec7192be51a921f7c2f9e52ca64e65cf92abf1f data/create/advancements/pipe_organ.jso
abf054890da41c46221fddc2474e18d077b3c1a2 data/create/advancements/precision_mechanism.json
9eb2508128ae938f0e654f3b316aa324dd6a18e8 data/create/advancements/pulley_maxed.json
99361c643eb6fd9e0a97420f6b5d3df8bf7dbc3f data/create/advancements/recipes/building_blocks/andesite_from_stone_types_andesite_stonecutting.json
0989187987645c6b13ed453e0499a59962b8c767 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_ic2.json
29a2f29f50306abaac8aa361102d3a30677fcd85 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json
c6095aa02996b040d7a1ead9d32d720cd311ae7e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json
60e56e5c1d38762c04634f9c8e43c5e42a002046 data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json
7ec1b529d342bbc15549643f2a3a4cb5589f3b2d data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json
5aff04a8b41bf04d7834092d74fc0efe1ed135b1 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json
b016623ec3371bc32c821fc3ee8ba8aedfea18fe data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_ic2.json
78aa3ec5002ea00740b3774ce72c19a3bcf785d0 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json
bc1a403b51363151d25a084bac89c338e75dae34 data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_ic2.json
1e28c51241a2f42a009adaafcf71c477d2fa2cbe data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json
2294db07c59e76782c4ed47aa23b23f7cd8fe098 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_ic2.json
6113983ce70c4d57bb34adb87466a41a7ee01800 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json
fc0f45610d721610bd82dd94321c328f78b4e738 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json
86ad583f44becaca825eddcfe18ea53658c7f20c data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_oreganized.json
3966a483e4b029465562721ff1a5083419fbda1f data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json
f3ddc569b3f5bd157e969b824ce7e17cdc2dc261 data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json
9625c88577ce9ca6d5e5b70db6265d4017709074 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_galosphere.json
68ed4ede9b3cb2c65e3570b19f8c20c925d3c8ba data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_oreganized.json
b6e924d2e542b958646e2f2b04120734d0367752 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json
345b9051fe78f0212f55a072641414ba27edae65 data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json
8e00367bca15bad80a91ad0c717bfc3dfb169df3 data/create/advancements/recipes/building_blocks/calcite_from_stone_types_calcite_stonecutting.json
@ -2381,17 +2388,24 @@ d252ea6ae1f88ab2286357d3a05a643eec7d92c3 data/create/advancements/recipes/buildi
78972bdf05d79e5357ff5771caa13d631e2c2740 data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json
c8edb1be5163aaeebdd94f4c25ef45bf839200c0 data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json
c70af1a552a80137cf25780b481387a585e551f3 data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json
96fdd3a575b158b657ddd0709a05ffa7ab4b0457 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_ic2.json
4b86c2a3784cc837ab8b49c678517b53db188916 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json
cd59dee91b03d293a8e6501acc734261858cdb56 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json
80e276bd06ac555aa9203247a24f97c779cb80db data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json
d59bde1473b5c20cc134febad308378d9804baa6 data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json
dbd5528e37c89ee07f387524c34ec25f85ba957d data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json
e5b50846b6f2c5b2936a2f114bd7b6f5b6e12bdc data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_ic2.json
7e64cb68ef1e6bfb17aafccac2ec013b4601f397 data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json
60b34d6e4338c8d684b75ef8e0ff8fba139ecd9c data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_ic2.json
1dfe9a72f1395dd6c00a20b80e1bb7ccc52bce66 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json
d9ab6b00a1095446ae3d6f6bcaace5a2b461679f data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_ic2.json
fa9c6cc212b0f9f919c5880daef86ff38c480f4b data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json
61f6c25e268c28eee6fdfde2b5ac6890cebe7f6a data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json
6793dce487d534bc0262c43c09fc465ff7be4635 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_oreganized.json
c33131fc04d89a6565209690035d54dae3760fc5 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json
9afbbb877bc24429c86f9667afdde9819aac26b3 data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json
07580b778d8e460fb3cdafe55a37512237876e43 data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_galosphere.json
6c6a3aa0d79151573204b6900dc3cc3e299253b5 data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_oreganized.json
0642ae7baaf393f14298c6aeaa83d9c53dae758f data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json
fd9808206c0d576dd32d7038dedbef0fbd6ca798 data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json
d8331026603dacf176ef6475f0d2b4f93e1a71a8 data/create/advancements/recipes/building_blocks/tuff_from_stone_types_tuff_stonecutting.json
@ -2526,6 +2540,7 @@ e7df922cf9c6b39ee866d224d1812288073c7907 data/create/advancements/recipes/create
23c1ecff946d41c74d4fb78e2bbc5e348c4487f5 data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json
da30636ca7e77f2947d0d28542c0b99747c9939e data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json
9d7bbda05cebecc0922f4d344e9a51d4c2774a18 data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json
29e9918939140d753d09098e2de553c811928e6e data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearbox.json
c1bb8d9022dff3dcf6c42f651b421281924c7dd2 data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json
a67713418e505fa68ecde6b8bc83c09ccced7a65 data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json
1a90a33a8334a778972a16ca92a2303cb083830a data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json
@ -3237,7 +3252,7 @@ c02335d1e84dffdc0c50e8ba2a27ce84366a5f6d data/create/advancements/steam_whistle.
0cb2a6357d3bcabb9dc2c87863a77cf53e8dcef1 data/create/advancements/stressometer_maxed.json
566d3804e962be45c80c8debb2eb2761b2ded905 data/create/advancements/sturdy_sheet.json
1c431334d71f7e25b9bedc525c642c8cb5271b9f data/create/advancements/super_glue.json
58fd8b7440508a8128d2860eb70a2c5b7a2531f9 data/create/advancements/track_0.json
7c274fba06fb2bf357f817cf47d92ca63f3f8837 data/create/advancements/track_0.json
7388901df65f05074c2a2ad8156cbd76a069cdc6 data/create/advancements/track_crafting_factory.json
c6c3a803ff7738a36ac0956eda593f9774e567b5 data/create/advancements/track_signal.json
7f4cb81f3ddf26f47055b369b3f3af82f1894fcb data/create/advancements/train.json
@ -3846,18 +3861,25 @@ a133d4d2542c0b9309873d06a72e7efff4cee219 data/create/recipes/asurine_pillar_from
288d80210f7efb4664e2e9c9d9111049863e5f60 data/create/recipes/birch_window_pane.json
70b34d9573875b9bc15f8d71baac81ecd7c0ab60 data/create/recipes/blasting/copper_ingot_from_crushed.json
9f9f50e6f65d3077ee7c39403fffb31fea3bb408 data/create/recipes/blasting/gold_ingot_from_crushed.json
1002fb0e5f3ab0068c381ebc6488b868671d9f66 data/create/recipes/blasting/ingot_aluminum_compat_ic2.json
172904335190876e7b52bad7031b7d8f3fba426e data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json
9ba4fc584e7a275cf5b3785fead3dd21fd0d2172 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json
020618b989b39ab6e6d5ce5fcf786afc23fb0dc0 data/create/recipes/blasting/ingot_lead_compat_mekanism.json
a53b681eabe30b87fba1b2a2840a556106a07dca data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json
56c54d8ebd3c0fea9e7d1ee448586fdb1a2e615d data/create/recipes/blasting/ingot_osmium_compat_mekanism.json
27e2d0db8117af9f4a674b171e3c1c85ae3e318c data/create/recipes/blasting/ingot_silver_compat_ic2.json
1ed5036de40ecb51e22b9f7d6115f9d712ac9d08 data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json
3c7728e1dc13ba64444ace546d114ade492f37b8 data/create/recipes/blasting/ingot_tin_compat_ic2.json
cbc0e8b75baeedf026d38e1e5eec7d54c762c8b3 data/create/recipes/blasting/ingot_tin_compat_mekanism.json
6787fcc47db35e4733dce9f41256fba1f0059a63 data/create/recipes/blasting/ingot_uranium_compat_ic2.json
0a8c1c62450a9ec438173422f338cfd812eb5894 data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json
78c75f2c211e89b59b397532eda4bbd2c05287d3 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json
9d255e4af4c1317d514714ad34ced6924df9fb00 data/create/recipes/blasting/iron_ingot_from_crushed.json
77cbe845da42d872e82cf447b0a49f4009f3cae3 data/create/recipes/blasting/lead_ingot_compat_oreganized.json
6789be494dfa5aa9c7893e64e6e3b74652f08f0e data/create/recipes/blasting/lead_ingot_compat_thermal.json
26e7e53ca4aad067d7a3ca46ffec08f6bc5ff921 data/create/recipes/blasting/nickel_ingot_compat_thermal.json
49919977975eceeba0040904e6141b7f232346f2 data/create/recipes/blasting/silver_ingot_compat_galosphere.json
352b2a1f360930944fac3d6c6bcab1df78525400 data/create/recipes/blasting/silver_ingot_compat_oreganized.json
aef449162f48759aacc4ae2876c659812fb4c52f data/create/recipes/blasting/silver_ingot_compat_thermal.json
c79ade249cc24fe0602c9a139497c07754f4d8e2 data/create/recipes/blasting/tin_ingot_compat_thermal.json
af1d4268bb9f6806965111c7a16dbc343f9553b4 data/create/recipes/blasting/zinc_ingot_from_crushed.json
@ -4083,6 +4105,7 @@ a6d074a4a400e82223211badfd923bb28c3c0bd0 data/create/recipes/crafting/kinetics/t
60650b8a20f0b69b5626d979f509e7b6d2a2cae9 data/create/recipes/crafting/kinetics/train_door.json
6ab92d6453b0ea10aa83a239b73443a6d5a4412e data/create/recipes/crafting/kinetics/train_trapdoor.json
8494f5fcd85a740fa0f0384e3522d8cdd905ce49 data/create/recipes/crafting/kinetics/turntable.json
c485817b96330571d48696f9d59cb695666a9ab5 data/create/recipes/crafting/kinetics/vertical_gearbox.json
057c889b0a306f44b8835c896663154ccd9ff12f data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json
152e63ade2759d01a07b9e71a3c60dfe5ea15ba8 data/create/recipes/crafting/kinetics/water_wheel.json
06b5b371ae9dd81df8fd3dee6d3559b1ed0db35c data/create/recipes/crafting/kinetics/weighted_ejector.json
@ -4151,6 +4174,80 @@ ea9a625d24bde055ab7ed9f360621bd15cf2e613 data/create/recipes/crushing/asurine.js
556fe6241315c74d8a83bc193c1e36bb19819300 data/create/recipes/crushing/asurine_recycling.json
3da7a3cdb84f44e259b5399a94ddfbf94ebebd37 data/create/recipes/crushing/blaze_rod.json
46ff1282677d08157bed54f1c1fa758e2504496a data/create/recipes/crushing/coal_ore.json
9bd9b6b7c51602d92df58deac9f1f012ae33f807 data/create/recipes/crushing/compat/ae2/deepslate_quartz_ore.json
715af9b6894655550aae7958491bb61f2a374a9a data/create/recipes/crushing/compat/ae2/quartz_ore.json
db6fa096d2f274cf64b545e92096b6d8b87ad92a data/create/recipes/crushing/compat/byg/ametrine_ore.json
70b36e010aa1c2800b06de0f17ff583548641c3a data/create/recipes/crushing/compat/byg/anthracite_ore.json
877b3d1f7efcbdc777d7ae1a434ddf26f07ee140 data/create/recipes/crushing/compat/byg/blue_nether_gold_ore.json
00c907256c2b2b480915d2568e852c63f74738bf data/create/recipes/crushing/compat/byg/blue_nether_quartz_ore.json
a182c961ec71487635683889ab4f40155fe63650 data/create/recipes/crushing/compat/byg/brimstone_nether_gold_ore.json
1dc74c124f4d8a9e74155c18ad5807288594f361 data/create/recipes/crushing/compat/byg/brimstone_nether_quartz_ore.json
d82c8c8d1824d1a396adb47e5f375c371c2e0b8f data/create/recipes/crushing/compat/byg/cryptic_redstone_ore.json
8e46fa759040094a10edd2df1129adb4120ee8d9 data/create/recipes/crushing/compat/byg/emeraldite_ore.json
e2c92c797fbff8bb847cb56c0b65b1f8667b794a data/create/recipes/crushing/compat/byg/lignite_ore.json
483a9a747fa7dc3d9c8ccea8cda8a07e272878bc data/create/recipes/crushing/compat/byg/pervaded_netherrack.json
5da12e59aee5a1a5ea640f1658e4ea9e86ebb8a7 data/create/recipes/crushing/compat/byg/red_rock.json
a9be98a532df5f5ec972e959c1dc81d4b361ca7b data/create/recipes/crushing/compat/druidcraft/amber_ore.json
edfb534be6fff8d0ae3508738a87c0479bb4e214 data/create/recipes/crushing/compat/druidcraft/fiery_glass_ore.json
ef992bff354d7bcb7e9729b00e1bd3014cbbe901 data/create/recipes/crushing/compat/druidcraft/moonstone_ore.json
293ce29b4e3bbef45925a2631641674656cff5ab data/create/recipes/crushing/compat/neapolitan/ice.json
380cde95b19c4b868f9954e29152c6784190c4cb data/create/recipes/crushing/compat/quark/moss_block.json
7deda13b4089c4b58bdc3cc5ca3fed4bed62c6e9 data/create/recipes/crushing/compat/silentgems/agate_ore.json
91ccd2e1d35b48132611c65d44873846d094962f data/create/recipes/crushing/compat/silentgems/alexandrite_ore.json
7b6d99c440e9f8d6885779643a3c898419c42d59 data/create/recipes/crushing/compat/silentgems/amber_ore.json
a63a7e926365fd436ba2b37d20e844e34c78326a data/create/recipes/crushing/compat/silentgems/amethyst_ore.json
e6944f57b4f5c96834879736b0ac69b66e4d6c31 data/create/recipes/crushing/compat/silentgems/ametrine_ore.json
0a001a32f90d467dfd621be0dd46588a602263e1 data/create/recipes/crushing/compat/silentgems/ammolite_ore.json
982b44d50e25d7ec7087a6fcc2efd83ddc2f6ecd data/create/recipes/crushing/compat/silentgems/apatite_ore.json
6af0a67d8af1af909e991ec7f8c67111a6a70a14 data/create/recipes/crushing/compat/silentgems/aquamarine_ore.json
4174fb8af1d029dc1c1bbdb205d9893c0d0551ad data/create/recipes/crushing/compat/silentgems/beniotite_ore.json
571fcb05ddfb57be1ad5e4acbde6a6bbef0f663c data/create/recipes/crushing/compat/silentgems/black_diamond_ore.json
3144ea8b21bb719b767ebb67b3c78351b184ae42 data/create/recipes/crushing/compat/silentgems/carnelian_ore.json
398435664bc7cc482eafe5778813a45a0d2f1f62 data/create/recipes/crushing/compat/silentgems/cats_eye_ore.json
4fcafb98d762d44279e60b7359bd8c2e440f9868 data/create/recipes/crushing/compat/silentgems/chrysoprase_ore.json
ea550bc69c5c7dea45ca607994f236a68150c9de data/create/recipes/crushing/compat/silentgems/citrine_ore.json
2b4ee3678ba5954301e56d849da4d44679ebe009 data/create/recipes/crushing/compat/silentgems/coral_ore.json
3daeff5814ca26751937892efdb975c39a4e5e6c data/create/recipes/crushing/compat/silentgems/eculase_ore.json
f6cff068a1e375cba0569dcc6b515b63cec40d89 data/create/recipes/crushing/compat/silentgems/flourite_ore.json
787735e93a05eda3fcb6d65025b846ee32bd5bc7 data/create/recipes/crushing/compat/silentgems/garnet_ore.json
5c8eb203f369aabeeb9b1095545ccf54a3038337 data/create/recipes/crushing/compat/silentgems/green_sapphire_ore.json
7251b2b3d12c7b46ac40c87d12746f762f3537c0 data/create/recipes/crushing/compat/silentgems/helidor_ore.json
2daf60a0135e998a607eb2911fb2fbc76117b957 data/create/recipes/crushing/compat/silentgems/iolite_ore.json
09edd7a93077f0cdb4a05dc9af7ce2de05f96eba data/create/recipes/crushing/compat/silentgems/jade_ore.json
3280e36e0f89f5894937adaf85a808a2339b608d data/create/recipes/crushing/compat/silentgems/jasper_ore.json
4a62a773d2838b9bd4a1c090a2dfcec0264c231e data/create/recipes/crushing/compat/silentgems/kunzite_ore.json
a627f68e44a4b7680b60e06b6fd84415ba9b93ce data/create/recipes/crushing/compat/silentgems/kyanite_ore.json
b4b6a1e73cd450a0022d708a7efd8237fff217bb data/create/recipes/crushing/compat/silentgems/lepidolite_ore.json
d710bb1c376535a227f14bb87d0fc543e7ec02ac data/create/recipes/crushing/compat/silentgems/malachite_ore.json
81101342dfc9ff12ea96ab692e6e2a3862088a92 data/create/recipes/crushing/compat/silentgems/moldavite_ore.json
9aa2877aa367e097b794924157757c88810396fb data/create/recipes/crushing/compat/silentgems/moonstone_ore.json
017787022648cfa83648e266b3282ef4c8bb9de4 data/create/recipes/crushing/compat/silentgems/morganite_ore.json
37b1f43106ebada6ff08061dc78dd3eabc7141ec data/create/recipes/crushing/compat/silentgems/onyx_ore.json
89de73e9c09067dcc3b985ee4dd19440b7a1ba71 data/create/recipes/crushing/compat/silentgems/opal_ore.json
75566b00bf883fcabe1350fe16bb2c85b700cccb data/create/recipes/crushing/compat/silentgems/pearl_ore.json
ce1f7b07204d34077462343a291c56eb8554a47e data/create/recipes/crushing/compat/silentgems/peridot_ore.json
7f9a7ad56152194841e491ccc6a1a8d376655626 data/create/recipes/crushing/compat/silentgems/phosphophyllite_ore.json
d7af2d50576112194ad0a8ecbe49a4876ed0c371 data/create/recipes/crushing/compat/silentgems/pyrope_ore.json
66fd8395b2c4c85f845fe0fd9c5b70d73aec573c data/create/recipes/crushing/compat/silentgems/rose_quartz_ore.json
464dc82898165e47916706dce0447d98dfd06e64 data/create/recipes/crushing/compat/silentgems/ruby_ore.json
de5853eed7af539f33003888baeb236a917906ac data/create/recipes/crushing/compat/silentgems/sapphire_ore.json
3674d0e7283d0c8fb2af76bb9f8f5ec27bf2952d data/create/recipes/crushing/compat/silentgems/sodalite_ore.json
0832fa4f6c7a7e51b662f069c60c0759b22b4187 data/create/recipes/crushing/compat/silentgems/spinel_ore.json
89477b02860a961d1b359c22eaa6c04bed6fba55 data/create/recipes/crushing/compat/silentgems/sunstone_ore.json
2c96179940122f7c3b590c84c60279c1828e8036 data/create/recipes/crushing/compat/silentgems/tanzite_ore.json
b996d35f65d5ab7ca014d692af7f89725c8eb272 data/create/recipes/crushing/compat/silentgems/tektite_ore.json
55d7c227e89e4c4ecd73a754e021cf512d0a7295 data/create/recipes/crushing/compat/silentgems/topaz_ore.json
65c8c29a709a993d41bd5c88108f5e0ba4e9a40a data/create/recipes/crushing/compat/silentgems/turquoise_ore.json
06506dbf7b6e6152ff7d5cde10a814c60ff30784 data/create/recipes/crushing/compat/silentgems/yellow_diamond_ore.json
9e0821148f013653c9e56e4359637e7731122aaa data/create/recipes/crushing/compat/silentgems/zircon_ore.json
a955cc17927888d6b62167130de0d77131267f54 data/create/recipes/crushing/compat/simplefarming/barley.json
6dd2ce54130f0f90da5cf19a3c9010ce340e4fb9 data/create/recipes/crushing/compat/simplefarming/oat.json
c24a679170cc5f8d2453f2a6b1570574d00dd959 data/create/recipes/crushing/compat/simplefarming/rice.json
454463d58b2d13043f1d27e085e1f60d687f162a data/create/recipes/crushing/compat/simplefarming/rye.json
8dd14015f9756dfb2f64877cb0e99b14f3c3d663 data/create/recipes/crushing/compat/thermal/apatite_ore.json
e3c38df74e0a9925f253d5d5be0845a7a6b927ba data/create/recipes/crushing/compat/thermal/cinnabar_ore.json
235fae42c5a9ba1843c9f214173ec566a6209afc data/create/recipes/crushing/compat/thermal/niter_ore.json
fe6620822b1c90527c6b77ab6f6e25873d19487c data/create/recipes/crushing/compat/thermal/sulfur_ore.json
2670e2454e82fd7dc44e896e40771bce9c515285 data/create/recipes/crushing/copper_ore.json
4106006671af487158d165c8211553028585ebb3 data/create/recipes/crushing/crimsite.json
b2ba06eb5bcc907f16e4605fc53f31aa35bc2cfd data/create/recipes/crushing/crimsite_recycling.json
@ -4474,6 +4571,36 @@ e7c430aad5448eff11de898d25e770719b6421cc data/create/recipes/cutting/compat/ars_
6e8e5cd2ff02789c837347c47c2d387f6552cf66 data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json
ba64bd3b55a5298d4fc766155c42c949b52f54af data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json
49ef7018bcb3c78592fd1e139cb9645304083a6c data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json
900f6efbfd0fd1d84576d871ff5b9cc5f2f566e8 data/create/recipes/cutting/compat/atmospheric/aspen_log.json
94755a81b86f569b3036ae6381a9c72ca36e1c72 data/create/recipes/cutting/compat/atmospheric/aspen_wood.json
647a6c36bee722c0c0957c6053ceb1ab38e43f2a data/create/recipes/cutting/compat/atmospheric/grimwood.json
309919d69cf11d97f66fae36849c262b89c447e9 data/create/recipes/cutting/compat/atmospheric/grimwood_log.json
960601232423a3b7d006acab48ec2150e23583a4 data/create/recipes/cutting/compat/atmospheric/kousa_log.json
4ee32dca044563930e34ebc2b1d79530623e3ee9 data/create/recipes/cutting/compat/atmospheric/kousa_wood.json
83cbb990b8662146fdb59a6f3abfbd8f67cea802 data/create/recipes/cutting/compat/atmospheric/morado_log.json
de25c694ccea638933b6017cdea9ad844e9ac589 data/create/recipes/cutting/compat/atmospheric/morado_wood.json
db2046e380ce676f581ecbb8febd2aa2ed264182 data/create/recipes/cutting/compat/atmospheric/rosewood.json
aaedc973b84d373b8978aab25059c5d961301926 data/create/recipes/cutting/compat/atmospheric/rosewood_log.json
cee792c51611d266950acd99fdeb54d08cadfe11 data/create/recipes/cutting/compat/atmospheric/stripped_aspen_log.json
26b4203b820f6b64b64ce8b4a1c8fe72381e8f84 data/create/recipes/cutting/compat/atmospheric/stripped_aspen_wood.json
1cf69ca2f1b8f0c42cccc7f4adf560ae259f484c data/create/recipes/cutting/compat/atmospheric/stripped_grimwood.json
748d95252a97ca391faffad356c8845fdd5ddfd7 data/create/recipes/cutting/compat/atmospheric/stripped_grimwood_log.json
4b5b623b5bccabce1048043b493225aa490c7689 data/create/recipes/cutting/compat/atmospheric/stripped_kousa_log.json
036e96a6cd263674819e73b1a80521d4eb9a22be data/create/recipes/cutting/compat/atmospheric/stripped_kousa_wood.json
a954efd40b5d815cc513450c3c2c6029f5864224 data/create/recipes/cutting/compat/atmospheric/stripped_morado_log.json
c8748c50c2b51ee325abfb096406e60ce92ff9a2 data/create/recipes/cutting/compat/atmospheric/stripped_morado_wood.json
c6f5bdded77847e35c9b23098583677dbbc3829a data/create/recipes/cutting/compat/atmospheric/stripped_rosewood.json
44fe91675fcbae65bb9ee1cc25404a5b8ef5b646 data/create/recipes/cutting/compat/atmospheric/stripped_rosewood_log.json
60ee269d2ce2de0ca902f930744317abc2d7e9a3 data/create/recipes/cutting/compat/atmospheric/stripped_yucca_log.json
21bc1c93694a8b82be4986c4b7b5e0c580a410df data/create/recipes/cutting/compat/atmospheric/stripped_yucca_wood.json
25757c1a0b234861b7fab3f04e2033859d613b84 data/create/recipes/cutting/compat/atmospheric/yucca_log.json
6ee686a95f510c427c284caea67c37eb811dfde5 data/create/recipes/cutting/compat/atmospheric/yucca_wood.json
3da651b2185bdcf0f968a39d342a8ffbd3bbb131 data/create/recipes/cutting/compat/autumnity/maple_log.json
236b122be76b57c88b26a2748ced558ad4320d3e data/create/recipes/cutting/compat/autumnity/maple_wood.json
302b187d000e9fe22b24ad9fcb5e1e01eb3cbe65 data/create/recipes/cutting/compat/autumnity/sappy_maple_log.json
c8dd4312a1b753b3b4e3a572389d2d269d8cd7de data/create/recipes/cutting/compat/autumnity/sappy_maple_wood.json
4aac6e173296382a1cd07c08d1373107ce2fd4b6 data/create/recipes/cutting/compat/autumnity/stripped_maple_log.json
df00e15ad75d6525241c2ba74ace9d282a495595 data/create/recipes/cutting/compat/autumnity/stripped_maple_wood.json
017c63264d3c10505aec6d68b697257ad89eed7d data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json
51e03ee52dcc41f8d63864b47eb85330d999db2e data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json
10a52d5cc273a24b3f6cadd7ebc5d440dfccd420 data/create/recipes/cutting/compat/biomesoplenty/dead_log.json
@ -4688,6 +4815,8 @@ fa4c6d4a584130896959e541ad50d02543a47e7e data/create/recipes/cutting/compat/ecol
214893f24507ad37192e291d3125b4775211b529 data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json
06dbaeb37ac40675b2479923b976818821453cfd data/create/recipes/cutting/compat/ecologics/walnut_log.json
65e4fb8096eed59d331bb4bb4495e0baa1eeba29 data/create/recipes/cutting/compat/ecologics/walnut_wood.json
7b455e3dfe54c4d89801f3e59cf0379111c31bca data/create/recipes/cutting/compat/endergetic/poise_stem.json
406ff9fe1666975d89d235d79bac78cd4db8def6 data/create/recipes/cutting/compat/endergetic/stripped_poise_stem.json
9e3c05523b2bb4a4bb62638ce3957638f73c1ff6 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json
91ad953c119a74f809359d39653fef231b712343 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json
64a2975a19d70ca4a6ce8cc69e6d23150354f7ca data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json
@ -4696,14 +4825,42 @@ fa4c6d4a584130896959e541ad50d02543a47e7e data/create/recipes/cutting/compat/ecol
eaa0599e0fff7a00315259d3a53160e5feff7266 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json
e6aecacc6816937d8f4bf7e7615df886785c1503 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json
3550826a40e75ebf7aaf51a3735e8e1f7206899b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json
f67caf37dfcc07f741a15406cbedd6e220577521 data/create/recipes/cutting/compat/hexcasting/akashic_log.json
e61d2f5634cfb2f53dece0223ed709220d8c21bb data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json
c4bd130cb8c9a8c12d3874b29afb08817e4ef6a7 data/create/recipes/cutting/compat/hexcasting/akashic_wood.json
620fe5a2ac976beed2994a92e5958698a7a14f8e data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json
44d32ad9f26ba8d45dfca3fc690a0ed1127f3a3d data/create/recipes/cutting/compat/hexcasting/edified_log.json
6041becf327baafd8f933c9c18848a52c1862961 data/create/recipes/cutting/compat/hexcasting/edified_log_stripped.json
a16bd6d7ebda1384357b35d98ec77488bb062d44 data/create/recipes/cutting/compat/hexcasting/edified_wood.json
7853f37f814b8e6893fc8c1320189e9d116962f2 data/create/recipes/cutting/compat/hexcasting/edified_wood_stripped.json
4be2ff79bc439b905b32775ecd05a5f782b7c9f6 data/create/recipes/cutting/compat/integrateddynamics/menril_log.json
18f8b1e1cd6fa3d96f826e98c9a92b5ff6f89039 data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json
032144255e50e551e9547023824bc1cb1c196678 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json
f378eff4b875c77ea2e0d2971f95d2c9b66ef01b data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json
1f5f1c3d244f0c3b73ec665873ce015de3048db3 data/create/recipes/cutting/compat/nethers_exoticism/jabuticaba_log.json
e3d92396fa662c183b6bc431242a02b11284ab4a data/create/recipes/cutting/compat/nethers_exoticism/ramboutan_log.json
46e35e46a0f40e2445dc82c8dda3d70df96973a0 data/create/recipes/cutting/compat/nethers_exoticism/ramboutan_wood.json
4a1104e7f7efed572b19d6aa4460ca13fabca027 data/create/recipes/cutting/compat/nethers_exoticism/stripped_jabuticaba_log.json
d608e56a8167f444d86aa1607c6d41875edf67a7 data/create/recipes/cutting/compat/nethers_exoticism/stripped_ramboutan_log.json
46165dce0f292402dfa54b22262f4031e27bec19 data/create/recipes/cutting/compat/nethers_exoticism/stripped_ramboutan_wood.json
62c8c0f7381558af0720156910814d838322c019 data/create/recipes/cutting/compat/projectvibrantjourneys/aspen_log.json
8f8ca2a5a892ff086964a6afaaf1951698619f5a data/create/recipes/cutting/compat/projectvibrantjourneys/baobab_log.json
015912eb7d62593874bf8f26813ac8c1a85388c4 data/create/recipes/cutting/compat/projectvibrantjourneys/cottonwood_log.json
f1197ce832f96eb8ff1c68fb7dc4e48171a82d2b data/create/recipes/cutting/compat/projectvibrantjourneys/fir_log.json
09fdaa9c50628687aeec36c8e41c67eb92b2c54d data/create/recipes/cutting/compat/projectvibrantjourneys/juniper_log.json
cbc688cea0d38aa1116cf879043ff3152ce21c21 data/create/recipes/cutting/compat/projectvibrantjourneys/mangrove_log.json
9adcba4f5cdc315c04721cd57e2330d586954a9e data/create/recipes/cutting/compat/projectvibrantjourneys/maple_log.json
3ac7b2b4d0e3577e860d3a2effb40beb5d6fa4f7 data/create/recipes/cutting/compat/projectvibrantjourneys/palm_log.json
88a64d4cdaa86b07d8b47fe4e5826a02790c20d3 data/create/recipes/cutting/compat/projectvibrantjourneys/pine_log.json
11b528d47bf2975e1fe50e66f6cbf8f43b14621a data/create/recipes/cutting/compat/projectvibrantjourneys/redwood_log.json
59c789667f6c2bed6a10abc8c9d2db906cfb1198 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_aspen_log.json
dd557c374fa7beef2730f21fb5aefe80eae0f215 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_baobab_log.json
73eafd153c8c948886b4d702a44f281e0b2a658e data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_cottonwood_log.json
b2759d875c2d2fe987241dbe4b624b9581928f05 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_fir_log.json
36506f219eac2bffb826b04bb0365365fc8eaf97 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_juniper_log.json
1eb092bddf3bf1d0673e2ce73091b50fec26041d data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_mangrove_log.json
9ee2fee22c80b6176bd8b67e32b410359a7370ba data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_maple_log.json
561f2a51902254af2926dbae1a550bc39897e6a7 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_palm_log.json
07fc693a5418401fd68b2c5ea13b7d3f5f24740e data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_pine_log.json
ebf49cf4e8acca3efdf76499b3e79c7b3b2d8fe3 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_redwood_log.json
6b01abe776833aa17f3ff6774bef4c43c7c43c9c data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_willow_log.json
5e2b8f3fe48abb953661c6e20436dd19ce2d1b44 data/create/recipes/cutting/compat/projectvibrantjourneys/willow_log.json
f36d0e981c523a6c034d3811dd90fc135464af15 data/create/recipes/cutting/compat/quark/azalea_log.json
630d5842ff08c5f830167b866d54fe150d3cfddb data/create/recipes/cutting/compat/quark/azalea_wood.json
d374395b64877a1c44055f637c5cb65ff0029081 data/create/recipes/cutting/compat/quark/blossom_log.json
@ -4728,6 +4885,14 @@ c4ed4295efcaeba93548ebfdb0e2df12f7d5cc2e data/create/recipes/cutting/compat/tcon
fbf94d091ecada77824bbda85d8abd6e6e9aab1b data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json
b7257b9c3fddcd811e6cdd0a2aec41878627c9fe data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json
8d6cf1ccbb15ad72309eda32decdede78e67cd15 data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json
7268f90b7efd428d24a7504dd0cf161241392ec5 data/create/recipes/cutting/compat/the_vault/chromatic_log.json
036cd7ab48898a6ebd1e7a39a5c64c4ca45a3ed7 data/create/recipes/cutting/compat/the_vault/driftwood_log.json
1d4abf78512f892cd4ccc0b846dc99f68f0109cb data/create/recipes/cutting/compat/the_vault/overgrown_wooden_log.json
7981020720d58a55fea3fa97fcd3060584393d2b data/create/recipes/cutting/compat/the_vault/stripped_chromatic_log.json
bcc32a8b4c56bbace8f666056133ee594e22acc6 data/create/recipes/cutting/compat/the_vault/stripped_driftwood_log.json
1aaa964ed0a9dc4dfa8af89942fb06ef8055f6c6 data/create/recipes/cutting/compat/the_vault/stripped_overgrown_wooden_log.json
6dae92f25e74d30ff3215cce26e0965f8f11feea data/create/recipes/cutting/compat/the_vault/stripped_wooden_log.json
39d5e0fd389e1f81f3f68185925f0cf254356e3b data/create/recipes/cutting/compat/the_vault/wooden_log.json
bcca510ab7e0be1f3273993af96c6fe57d68f8cb data/create/recipes/cutting/compat/twilightforest/canopy_log.json
be8ac8e5ad45fe23824bfe3b9ca237d9068daebd data/create/recipes/cutting/compat/twilightforest/canopy_wood.json
ddb409d22726cc24a5af0893031bfe917292a596 data/create/recipes/cutting/compat/twilightforest/dark_log.json
@ -4760,6 +4925,14 @@ c125d5b8088a5a37ecdf77814220d2c0f5fd2ee1 data/create/recipes/cutting/compat/twil
a9981ca1dff2b3c75b5f539e0054c75aa4f473d1 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json
4460fe49a2be02420b2771b28ff164e94af491c1 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json
d61e70b16b07f9d2a173b2ef0ae38aaef6038cb8 data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json
5588c9ccec0bf76bc070e320c2ebe671fbbc5cac data/create/recipes/cutting/compat/upgrade_aquatic/driftwood.json
eb826b1eeb57256d16cc117ac79f24e232fdeeaa data/create/recipes/cutting/compat/upgrade_aquatic/driftwood_log.json
e7c7f03043b0c67a7dbd7809483a6e68a71fb377 data/create/recipes/cutting/compat/upgrade_aquatic/river_log.json
a36ab5a0bb93787898766c1bdcb883b9657e8d94 data/create/recipes/cutting/compat/upgrade_aquatic/river_wood.json
30f9402bba23859d22a2ee42ac92e69fd52c8770 data/create/recipes/cutting/compat/upgrade_aquatic/stripped_driftwood_log.json
34fde0b06ecfaab5e2bcbed1fdced89191deb71f data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_log.json
3c7ad1ef67c39022a87e08ae6ed04b4e678b2dac data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_wood.json
7e08c613d89c0c8ecc95c28f4921f460be09c0b7 data/create/recipes/cutting/compat/upgrade_aquatic/strippped_driftwood.json
7d9e56b0dc595052fbdcca6bad0375cf937146f6 data/create/recipes/cutting/crimson_hyphae.json
0c877153c4e080cf1c9a07247e7f5b59e7cfc9a8 data/create/recipes/cutting/crimson_stem.json
8d71bb2524538a0d8fd044427cf7134bc2b31d8b data/create/recipes/cutting/dark_oak_log.json
@ -4839,7 +5012,9 @@ e6aa8895186358e9d069f5a99909132be49f3bf1 data/create/recipes/diorite_from_stone_
a90268d38f976327ff5e1b87ff1d72ca2d1ebad6 data/create/recipes/dripstone_block_from_stone_types_dripstone_stonecutting.json
27d9bf05a610447e90314e658dbbcd191f378fc9 data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json
d81ceba2946286d374801e698a4ca2116395cbad data/create/recipes/emptying/builders_tea.json
318ab703224ff1d6f7200675e1e0a4c138b28456 data/create/recipes/emptying/compat/alexsmobs/lava_bottle.json
c26d003e921720308c05ad7b9f3cb57de94a10a8 data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json
60c0edfb5b759e4f13427b631861f503f8552923 data/create/recipes/emptying/compat/neapolitan/milk_bottle.json
20b7c7c62fa2e33199e08188dd8836844a6d9cfd data/create/recipes/emptying/honey_bottle.json
dfc1bbb05a4eca31f47d1b25c5975866cb4b61f9 data/create/recipes/exposed_copper_shingle_slab.json
4e1cfc70d9089d90adbed4bef37b36e66751f5db data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json
@ -4852,7 +5027,10 @@ c2f40d447fbac4b4975e578fe32635658b73ebf7 data/create/recipes/exposed_copper_tile
133e79f78a7f2c2f63ac7695d2be57d56e8955f4 data/create/recipes/filling/blaze_cake.json
642e96ce5dd2f31e7a33c6ef4060eecb0bf2aa86 data/create/recipes/filling/builders_tea.json
1367357fc36adc4b67467d90589ef91e657380a4 data/create/recipes/filling/chocolate_glazed_berries.json
61a770607d872ace2be80c3391fba4225182282f data/create/recipes/filling/compat/alexsmobs/milk_bottle.json
08dde80a4761e430eaaa18fb813885d307b25bd1 data/create/recipes/filling/compat/byg/lush_grass_block.json
0e79248178f8c1690b4e5a5ad2ffaf63711ad3c7 data/create/recipes/filling/compat/farmersdelight/milk_bottle.json
bcfbc3d6617e32732a1e186059694c4880e2d2e4 data/create/recipes/filling/compat/neapolitan/milk_bottle.json
5bec6c2068a3c1005810d18bd45ce916389b5423 data/create/recipes/filling/glowstone.json
5eb6227ccb6fa940b662d3ec029c3bd61fe61c8d data/create/recipes/filling/grass_block.json
244f27eadefefbc966ac384ac087c57d19484321 data/create/recipes/filling/gunpowder.json
@ -4865,6 +5043,7 @@ d697de0c9b706ca4e18da7a2d769e7e5fe8d769d data/create/recipes/framed_glass_pane.j
d35ecf4bf23ba025f7bbaac4a6f627f00610db6a data/create/recipes/granite_from_stone_types_granite_stonecutting.json
dc3a5cc1a91cd35051b9e0f701e9fb44600a7dfb data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json
4e6283794e3b99043e92465d55440ad607d30965 data/create/recipes/haunting/blackstone.json
26280b668085f6b40a6d39537f33f26e1d627d3a data/create/recipes/haunting/compat/farmersdelight/rotten_tomato.json
b0ebe3a1a7f2b9f3fd446f9639a7b6b20b9f726d data/create/recipes/haunting/crimson_fungus.json
18a730b19a44869b034cd0b991538b56eddaee54 data/create/recipes/haunting/glow_berries.json
53e5be55e26a70a7961306ff1dff8989ae511c10 data/create/recipes/haunting/glow_ink_sac.json
@ -4930,6 +5109,126 @@ e34c20506e9054da0e3b22fb27a093222eeb9a9c data/create/recipes/milling/clay.json
ccce7e6d1ab703d6567046b9c99c254e8baa88f7 data/create/recipes/milling/coal.json
851e4f3b84f431003264bc902a3351b6d769c897 data/create/recipes/milling/cobblestone.json
929d5c69bfd4eefc33766954e1ed7cbc284180b6 data/create/recipes/milling/cocoa_beans.json
a119db292fcdff47e7e0d50c538a717bff019152 data/create/recipes/milling/compat/ae2/certus_quartz.json
b2b4dbd8eb6761228a2fd143b1e722825778f909 data/create/recipes/milling/compat/ae2/ender_pearl.json
0cb54e0dcf55fd133c2192004f42fa2b09767b3a data/create/recipes/milling/compat/ae2/fluix_crystal.json
6322f80f39f3ae87c247ad6275ba389a72bc461d data/create/recipes/milling/compat/ae2/sky_stone_block.json
cb11c72daa731c9c86e8b953d52e1c625f7b64d8 data/create/recipes/milling/compat/atmospheric/gilia.json
144ab02925dcb065e58bd1ac8aea1904ad5c185a data/create/recipes/milling/compat/atmospheric/hot_monkey_brush.json
c53afb52cf13caf2096304a802ebde3e529a0c79 data/create/recipes/milling/compat/atmospheric/scalding_monkey_brush.json
e3f6496ded94f6e4a384fe84d7ff2d73b0dfc75e data/create/recipes/milling/compat/atmospheric/warm_monkey_brush.json
0411e3bdc4e56020c1842d4f4753531b21554bcb data/create/recipes/milling/compat/atmospheric/yucca_flower.json
02bed12816cb2ab88a9af48a2a856ff8af0aef08 data/create/recipes/milling/compat/autumnity/autumn_crocus.json
64af87aeffca759a7c9f37a5ad151cef0de6743a data/create/recipes/milling/compat/biomesoplenty/blue_hydrangea.json
d2f117879be66e5c7f5c9bcc526b383770ae830e data/create/recipes/milling/compat/biomesoplenty/burning_blossom.json
bc3bc567d0ae84384d898fa21843aba86bd49ee5 data/create/recipes/milling/compat/biomesoplenty/glowflower.json
684f319ccc621fb4e4d389157020d039f54a1487 data/create/recipes/milling/compat/biomesoplenty/lavender.json
84390396c178b33d4eb77ed225fa73a0110e2b6b data/create/recipes/milling/compat/biomesoplenty/orange_cosmos.json
e3dad27581acf2006da453cf32a7d603cefe34c6 data/create/recipes/milling/compat/biomesoplenty/pink_daffodil.json
97754fb10619e1ab7d0cba6accee1ba030259ae3 data/create/recipes/milling/compat/biomesoplenty/pink_hibiscus.json
278df57037e353fa67e02f8b6058ca0562b4fd6d data/create/recipes/milling/compat/biomesoplenty/rose.json
1ee6d684707a3a7c09f8cb688312240e4fe9d25e data/create/recipes/milling/compat/biomesoplenty/violet.json
aa785fe0ea86a78b71ab1760144ae3271b63dc1f data/create/recipes/milling/compat/biomesoplenty/wildflower.json
9a01a54761cf67ecdcaab8d6a6d99f1377148304 data/create/recipes/milling/compat/biomesoplenty/wilted_lily.json
e7e205ca6132540940556d45d4083732141699c9 data/create/recipes/milling/compat/botania/black_petal.json
617a011cde957e1ad4186266e4fb8d22eedc96b5 data/create/recipes/milling/compat/botania/blue_petal.json
120537b5ab4273aa7a46684968df1f383aa4e422 data/create/recipes/milling/compat/botania/brown_petal.json
1a8705e5a71a6430d2d1aae9ec9a3d09e54e0a81 data/create/recipes/milling/compat/botania/cyan_petal.json
fc373c913e2654e1023aa8f3f1aa70d8ba36518a data/create/recipes/milling/compat/botania/gray_petal.json
d4e9a08ef6a29229919ba05d73cf9f56bd99658a data/create/recipes/milling/compat/botania/green_petal.json
2cc07ea2b5fbe09b175508c0905a654e890622d4 data/create/recipes/milling/compat/botania/light_blue_petal.json
72be252e09a5c03e6e73a77cb0fb1fd711d7d3a4 data/create/recipes/milling/compat/botania/light_gray_petal.json
46776092aa4d330320f73425e5c67b57b21f34f2 data/create/recipes/milling/compat/botania/lime_petal.json
b85583ab154cfb7977b7ac7762f6dc08b8259087 data/create/recipes/milling/compat/botania/magenta_petal.json
4199c1d7889e97b9147ab299e0d018d9f94c4d25 data/create/recipes/milling/compat/botania/orange_petal.json
088ee7898478ca49e63a6a268a4fce85c234d992 data/create/recipes/milling/compat/botania/pink_petal.json
cef885eed5ef68198a32cf2ddcd336dd10f507a7 data/create/recipes/milling/compat/botania/purple_petal.json
b37cbf976ca086fd3aa0a22197b01edddfed698a data/create/recipes/milling/compat/botania/red_petal.json
f1cd243a05649c31da499491a5590cf20d65cc19 data/create/recipes/milling/compat/botania/white_petal.json
c1acc3b6d8825d03cb6886a20419f01ced53138b data/create/recipes/milling/compat/botania/yellow_petal.json
7042fb628c6d420281d943ffa840cd6c868c71ad data/create/recipes/milling/compat/buzzier_bees/buttercup.json
48caaff5613487c1c4418f815a0de31a12ef649f data/create/recipes/milling/compat/buzzier_bees/pink_clover.json
0fd3fdf78c8be3ab461cb404ef6e282cd9ccc171 data/create/recipes/milling/compat/buzzier_bees/white_clover.json
4b5122b2ad9e5a3298ea4a7f17fd9c72158a2f61 data/create/recipes/milling/compat/byg/allium_flower_bush.json
4e662b40a90cf6dad25017aaa3744be9b9b44579 data/create/recipes/milling/compat/byg/alpine_bellflower.json
142e1b2f25e5f6950c7bb5f1c6fbe5a2ac589e44 data/create/recipes/milling/compat/byg/amaranth.json
50dd1c9833c0997122628841ea7026baef91051f data/create/recipes/milling/compat/byg/angelica.json
e63d19837dc8094575b53e0aa23f4e4cb50abda8 data/create/recipes/milling/compat/byg/begonia.json
a25ee2b3d05ebcbc9f57f23647ee5bdae53145a8 data/create/recipes/milling/compat/byg/bistort.json
4e277632941422070153f0b0052e823b915b2843 data/create/recipes/milling/compat/byg/black_rose.json
562c2111a45c0d10ea74006244290cb95cd0ae63 data/create/recipes/milling/compat/byg/blue_sage.json
2322c51022157d8a1dc4d5e1b0efbc3ef97dbc5b data/create/recipes/milling/compat/byg/california_poppy.json
373b6ac2664e09f449424ed5fed3816ba184ead7 data/create/recipes/milling/compat/byg/compat/byg/white_sage.json
0d0c2156bd3b15c3b14b405e95e00937500c02a1 data/create/recipes/milling/compat/byg/compat/byg/winter_cyclamen.json
9f04af5449cb1b9d71e07ea1dced1c91e637b410 data/create/recipes/milling/compat/byg/crocus.json
f1a321e2c6aad33df53c3c92da400191eb708f4c data/create/recipes/milling/compat/byg/cyan_amaranth.json
837ffd5f5dcf6c475c81f452923b181d6e709e22 data/create/recipes/milling/compat/byg/cyan_rose.json
3db5536cc4a687f82dc607b8567af16351ac46ee data/create/recipes/milling/compat/byg/cyan_tulip.json
19d043d29de024dd4e32e5dd42a753bbbaa4a8a6 data/create/recipes/milling/compat/byg/daffodil.json
cf9c0f3a5c0c616eeb74165065da458da1f93f5f data/create/recipes/milling/compat/byg/delphinium.json
58f930bc9620a328cabe7095aec3bf458e3ad8d8 data/create/recipes/milling/compat/byg/fairy_slipper.json
c43ad070fc34af8157e6bb4b66ae8adc1233902a data/create/recipes/milling/compat/byg/firecracker_flower_bush.json
612e1a8c2e41bfa1a9a746a9bf15e1e56da29611 data/create/recipes/milling/compat/byg/foxglove.json
1e4d70cb1c33c4e49e08ee3e778e49c94a0ce79b data/create/recipes/milling/compat/byg/green_tulip.json
c7b6536c3213b8b090edf170abbe195ff2281935 data/create/recipes/milling/compat/byg/guzmania.json
60dc3e78a1670ec18f3bc2748686edf5db2ec398 data/create/recipes/milling/compat/byg/hydrangea_bush.json
4ab8039f9a792cafbabd88ece060b840db27ccd2 data/create/recipes/milling/compat/byg/incan_lily.json
317c5764566fb679fc917e684cae49497891cf93 data/create/recipes/milling/compat/byg/iris.json
ee5a3be1928503edf9ccf1d6cd91b51489d674ce data/create/recipes/milling/compat/byg/kovan_flower.json
c7f781e5a2c6ac636a78a9cb1ea9bc1adc2ef54f data/create/recipes/milling/compat/byg/lazarus_bellflower.json
50526ffc1f9ecff79c07ed013e6c9c10474c66b7 data/create/recipes/milling/compat/byg/lolipop_flower.json
868ebeb202fc5075040cd84c490ab9737f9c2316 data/create/recipes/milling/compat/byg/magenta_amaranth.json
09a5fb4fc70cfbd1832dbf96f92a00b50c0df27c data/create/recipes/milling/compat/byg/magenta_tulip.json
6f3345e6c6a9f78bf4c921b5ca333e161398bd5f data/create/recipes/milling/compat/byg/orange_amaranth.json
150078598ee15505e86fbd3065d0a2968813ec84 data/create/recipes/milling/compat/byg/orange_daisy.json
227254604118fa03cd177586ba7778f39aaea05b data/create/recipes/milling/compat/byg/orchid.json
364ac2ab9474e37faa9dee33a1f6c7bf28718dbd data/create/recipes/milling/compat/byg/osiria_rose.json
cde47fe3839184546077532777220a978dc09b4e data/create/recipes/milling/compat/byg/peach_leather_flower.json
7f073c68272f278f9661ffe38ec33556f7434dfa data/create/recipes/milling/compat/byg/pink_allium.json
be005f36d5d0f6d41c23abe47405cb6f7bbfc889 data/create/recipes/milling/compat/byg/pink_allium_flower_bush.json
83c1bccf951824ed90d7a136a6e22c0d426d0922 data/create/recipes/milling/compat/byg/pink_anemone.json
8afe5ee456d7536877d92dcba92336173699bd0a data/create/recipes/milling/compat/byg/pink_daffodil.json
83a99e97e49b14c107827b5ee9461f2c8b2be348 data/create/recipes/milling/compat/byg/protea_flower.json
d40c4395792445ea9b116ab99a97429ab252ef44 data/create/recipes/milling/compat/byg/purple_amaranth.json
2d30501bd66617ba23d1173d308ba180b1da7ced data/create/recipes/milling/compat/byg/purple_rose.json
86fab4d28efb05a9b4d40549541b824ed024fe88 data/create/recipes/milling/compat/byg/purple_tulip.json
ba37e539a2e123c512cab43c79bc66055258c1fa data/create/recipes/milling/compat/byg/richea.json
e7c2b1fde6540a09fb37db6b3c5da5c87cf74e79 data/create/recipes/milling/compat/byg/rose.json
e318bde009adbb26fc863e1aac6955d522e0222a data/create/recipes/milling/compat/byg/silver_vase_flower.json
a4c06827c2da7d327f79754b316d591439e0f711 data/create/recipes/milling/compat/byg/snowdrops.json
7551c5760fccb1f8062c27ed4b7d59fd43ec08dd data/create/recipes/milling/compat/byg/tall_allium.json
d0f758c52820c0867cb8839be0c685c159991276 data/create/recipes/milling/compat/byg/tall_pink_allium.json
be1709fba6df3e9d5dbc7e5967e0a71174a55fbc data/create/recipes/milling/compat/byg/torch_ginger.json
009ac8b410f91346640ea97685952b525d1aaabc data/create/recipes/milling/compat/byg/violet_leather_flower.json
c938061957400ec50e67214c43e2351adef95713 data/create/recipes/milling/compat/byg/white_anemone.json
88672d17165a0f22d039e28549a1ffb94a582882 data/create/recipes/milling/compat/byg/white_puffball_cap.json
0d4320b9e34f243ad39653c0b69b70938f07c9d1 data/create/recipes/milling/compat/byg/winter_rose.json
2ffa480a0e52d9a13603a1bf79652ec368de94aa data/create/recipes/milling/compat/byg/winter_scilla.json
9ea5fec5f5772063b58e73ed9926e7fb3f5cbba8 data/create/recipes/milling/compat/byg/yellow_daffodil.json
6fe54c0c77881f3c4a776769c1948401edc30c92 data/create/recipes/milling/compat/byg/yellow_tulip.json
ec9133f6a2c50af377589d3b8c02140e0f27f407 data/create/recipes/milling/compat/druidcraft/lavender.json
49c3473c031fa5d79d23ef062fdc141b08dd94b6 data/create/recipes/milling/compat/environmental/bird_of_paradise.json
06129d147efd514b60b5ecf82bf8d0606b3cd395 data/create/recipes/milling/compat/environmental/blue_delphinium.json
295cb08cecbb24bafc95a2836a89eb4f0ae499c5 data/create/recipes/milling/compat/environmental/bluebell.json
2ea4b66b48aef3ace3661894768c88f8bd828416 data/create/recipes/milling/compat/environmental/cartwheel.json
7c04fe73d364170d98c72779d11b671751608275 data/create/recipes/milling/compat/environmental/dianthus.json
e76a5db563016857c1bd8c6eadf8dcf410be6a9e data/create/recipes/milling/compat/environmental/magenta_hibiscus.json
cfa5ded09eb53a3cbaf9d74f7ce84522312e994a data/create/recipes/milling/compat/environmental/orange_hibiscus.json
44c210dc48321abdabd6b2526b450cc697230e53 data/create/recipes/milling/compat/environmental/pink_delphinium.json
51a37ebce5c7a7fd716007eee3ce2e417be9e702 data/create/recipes/milling/compat/environmental/pink_hibiscus.json
1c0203873fdd9f787fc465165fe7067fd2eb604a data/create/recipes/milling/compat/environmental/purple_delphinium.json
bd3a72b9aa92d9b505ed175f0aa0ee9eb2ebcc0f data/create/recipes/milling/compat/environmental/purple_hibiscus.json
d775e0377e9578a3533942b8aab1ead9ae768f51 data/create/recipes/milling/compat/environmental/red_hibiscus.json
5a3bbff3a852adcc541a672ba4092bcc3084242f data/create/recipes/milling/compat/environmental/red_lotus_flower.json
5bba217602560c90efd2b6c4431208a6fa838f5f data/create/recipes/milling/compat/environmental/violet.json
8ac032bf294f9d928db36636f9775e3cef2c7c27 data/create/recipes/milling/compat/environmental/white_delphinium.json
fc9bd6ffbc82b31133b2a6d3cc07f336b4ec44f6 data/create/recipes/milling/compat/environmental/white_lotus_flower.json
dc456ccf27cda0081270e7d775d4d08c8bfd0873 data/create/recipes/milling/compat/environmental/yellow_hibiscus.json
300399ac74a1f13e5d47b8cb4562e319afb9e24e data/create/recipes/milling/compat/supplementaries/flax.json
ecd9fe03cbb6e48e301eb94fce8c4ac8d10a844b data/create/recipes/milling/compat/tconstruct/nercotic_bone.json
9ce3e60f43fb618c218534ce88534b66db9460db data/create/recipes/milling/compat/upgrade_aquatic/flowering_rush.json
ad6f00673b3b93bd7f330e61e066d2710b4ac5fc data/create/recipes/milling/compat/upgrade_aquatic/pink_searocket.json
2ec0900beda57367d3555b393b716849de237613 data/create/recipes/milling/compat/upgrade_aquatic/white_searocket.json
31da5a1a6cc6f6cf90bf091d968d8b6f8555b292 data/create/recipes/milling/cornflower.json
623c1a134f8ce6b7d52476b6da8e8d210dba7bb1 data/create/recipes/milling/dandelion.json
54d544e24263acc564dc14f6544198f9d705dc9c data/create/recipes/milling/dripstone_block.json
@ -4965,6 +5264,7 @@ ce9dc7dacb85cb23a7187c19a115b40e597ad36b data/create/recipes/mixing/andesite_all
5a0ff7f1284d3c5e476552170cfee2e8164fb087 data/create/recipes/mixing/brass_ingot.json
ab602a53a5d8d057aad910dd1c5529cde2d587ab data/create/recipes/mixing/chocolate.json
d3bf74bb3826cf2dccaf7377b8b3e0fdaa38f1aa data/create/recipes/mixing/chocolate_melting.json
07e86634e30b92ddf71d564c30be3ed0c313456b data/create/recipes/mixing/compat/ae2/fluix_crystal.json
adb717169af550b6b89f119403b268e4f3f3dbbf data/create/recipes/mixing/dough_by_mixing.json
ffba306dbb52e4d7afeaec183b92821dbc402a7c data/create/recipes/mixing/honey.json
cd9a78454bce20cf3557f5c44febae77ebd43e54 data/create/recipes/mixing/lava_from_cobble.json
@ -5096,6 +5396,19 @@ e3fcb12b64c60ba3fefdf87b5bf523626c04fbf0 data/create/recipes/polished_cut_veridi
1f931fd2de2055c4715bf6e56d10459506700813 data/create/recipes/polished_cut_veridium_wall.json
838e0684d7a1e78d05b129a5347cc8ed60bfa14f data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json
9c8b3ec11152820acd5ee99971fd22c1484c8815 data/create/recipes/pressing/brass_ingot.json
dfaa7715a23ce78cef310a61b0c7b07ce18261b7 data/create/recipes/pressing/compat/atmospheric/crustose_path.json
6465f06e0c31eed608c267bfcaad489d97618a6c data/create/recipes/pressing/compat/betterendforge/amber_moss_path.json
cd12c4aa6f46bd42a86649bbe2726609a1a3e381 data/create/recipes/pressing/compat/betterendforge/cave_moss_path.json
ba58dcc673cb1a36752227ef942e2a0f9f5515f2 data/create/recipes/pressing/compat/betterendforge/chorus_nylium_path.json
6f96a2757f85748171e04d1c1927dc7f7cf2b29f data/create/recipes/pressing/compat/betterendforge/crystal_moss_path.json
e1f9bb2b1be1fc3fc6b7a9afdc3e648cde7c9e21 data/create/recipes/pressing/compat/betterendforge/end_moss_path.json
4a70c33acd0a53b713476031d73fe54f768a92dc data/create/recipes/pressing/compat/betterendforge/end_myclium_path.json
7b43940f4553feeab9128317aff7cbaafdb0f2d5 data/create/recipes/pressing/compat/betterendforge/jungle_moss_path.json
426151b3f3443eee46cb4b1f978a63a55a65cc7f data/create/recipes/pressing/compat/betterendforge/pink_moss_path.json
a1c129329271194b569a98499644aefd4cde2942 data/create/recipes/pressing/compat/betterendforge/shadow_grass_path.json
889d5225d41f60c3498a1c9a9379c48e6b9a99a4 data/create/recipes/pressing/compat/byg/lush_grass_path.json
e5b5159c8b39ee3016c540b0a06a16cb18292ae4 data/create/recipes/pressing/compat/environmental/mycelium_path.json
2f3806c72b265781960fea6f72355ede26bcad97 data/create/recipes/pressing/compat/environmental/podzol_path.json
3d5c154da126ad7ac0a6887ce1254f6f966ca2c3 data/create/recipes/pressing/copper_ingot.json
0fa8386648398724f6fd373178b706c6b11ddefc data/create/recipes/pressing/gold_ingot.json
a104ef6eb8872a40ea7b2ef67ae54cec943162f0 data/create/recipes/pressing/iron_ingot.json
@ -5235,36 +5548,60 @@ daaa640dbfaa86685de636b89afe2fdd74cd0cf9 data/create/recipes/smelting/glass_pane
48bdeff8ca1ae7bf732fc870fb0fa294de56188a data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json
7035be7cce5a38c794d9cc872801329af81bac46 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json
a4fb256e4cc6cd9e450b054e8489f26655f6a1d2 data/create/recipes/smelting/gold_ingot_from_crushed.json
1d173fd2909e08c70d52051789e838757df6a1fa data/create/recipes/smelting/ingot_aluminum_compat_ic2.json
57996aea2f6456c936e248e4fd84fa5387fd3c4f data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json
cadbfc99cab88f87a431cc8853e280d3871c4542 data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json
1b029da974db92f0bfa456c6aae9ffb709441ea7 data/create/recipes/smelting/ingot_lead_compat_mekanism.json
58b3bc5dc35e0cfd695a14b6c7817b0d97d63581 data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json
47f6d91d7e7cf53a6c31e3724fd7417197a4d19a data/create/recipes/smelting/ingot_osmium_compat_mekanism.json
2b08f9a34885a195830476c1656da926954b6b8c data/create/recipes/smelting/ingot_silver_compat_ic2.json
901c8a8738d2e42925a1e52db6321b84b179ff4f data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json
913ad5aae10f6a4fe7a376072eb43db8bea873e6 data/create/recipes/smelting/ingot_tin_compat_ic2.json
f1e5c83018a185bf4193dbd6ea0f37ab9c07ff63 data/create/recipes/smelting/ingot_tin_compat_mekanism.json
e2ca6b9ce56a29a4577553374dbd1e5f47ea12ea data/create/recipes/smelting/ingot_uranium_compat_ic2.json
e51fc95b348f7b90d4945b1d3ec0b24dc1d325eb data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json
ef641b9cb51b6782d0ac3b69e90d06d31f93971b data/create/recipes/smelting/ingot_uranium_compat_mekanism.json
01b247fd6f2910bade840628fe10dcfd73c8d662 data/create/recipes/smelting/iron_ingot_from_crushed.json
184d3d2bd61f96ac0b26777fbfb6377588eefc34 data/create/recipes/smelting/lead_ingot_compat_oreganized.json
00bef9f396feb051917e0079bc6ff1c03370387f data/create/recipes/smelting/lead_ingot_compat_thermal.json
6e62cbe2af58aef632fe18ee812153a85e52bdd5 data/create/recipes/smelting/nickel_ingot_compat_thermal.json
2c230522bb0946bde6a51442cb15c5efeea99b15 data/create/recipes/smelting/scoria.json
9f3a21cf1f2beffe025e837d6e87d34eead1e0d0 data/create/recipes/smelting/silver_ingot_compat_galosphere.json
73367e3ca4e767a03f13b26102b9f2fff25b5477 data/create/recipes/smelting/silver_ingot_compat_oreganized.json
f1e87ad8bac9500058b92f1ed0de3ce36ceb854a data/create/recipes/smelting/silver_ingot_compat_thermal.json
84b18e8f2f5b1faac98d1d47a05fc43b52992d65 data/create/recipes/smelting/tin_ingot_compat_thermal.json
be37149b4378827a38ab3e65ca6850ee49a4b6f4 data/create/recipes/smelting/zinc_ingot_from_crushed.json
4e622fc77e2a630af1b4115e0c60d55682baff72 data/create/recipes/smelting/zinc_ingot_from_ore.json
4060cc921ea26b36cf5a505048f4a812f0569ae0 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json
ce7c3c6e1da9d6684c9537d1a558423925d89f33 data/create/recipes/smoking/bread.json
dc1ba13a5dbf962dcf3b973f43f2ac9db8c5435c data/create/recipes/splashing/atmospheric/arid_sand.json
502c0981aef2f462ef1bf01e5148aac213819dd2 data/create/recipes/splashing/atmospheric/red_arid_sand.json
6b1d2483fe717657f7188f6490eab2da715609e8 data/create/recipes/splashing/black_concrete_powder.json
1aedfde11712827604bbef34e992c411c0b02876 data/create/recipes/splashing/blue_concrete_powder.json
6e11d592dc9b19c4cd9bf2df2aa46b7ec4d9a331 data/create/recipes/splashing/brown_concrete_powder.json
22913620e951c2120919ee3eafafd49fe0cf2717 data/create/recipes/splashing/byg/cryptic_magma_block.json
3879b0f5982f4d31d7e029f2399da31bfe77abce data/create/recipes/splashing/crushed_raw_copper.json
86eab8fbd92466c6077103dfacc99e0ed736014f data/create/recipes/splashing/crushed_raw_gold.json
b875e2fe5b287ee9538de7754565b70a0c7af163 data/create/recipes/splashing/crushed_raw_iron.json
1c53e2813135f15045648c7ae35cf8588e3d9884 data/create/recipes/splashing/crushed_raw_zinc.json
42cee25fabf4f0f9fb4815a98134eaf38ae197d0 data/create/recipes/splashing/cyan_concrete_powder.json
e33a688efd0a12f17f4597854eaef934e6c8a950 data/create/recipes/splashing/endergetic/petrified_end_corrock.json
376591767c9e95f3849e355ef0cacc9d6ca39dc0 data/create/recipes/splashing/endergetic/petrified_end_corrock_block.json
8ec82740083a60d35ecbd20e4b58b1c55f92a559 data/create/recipes/splashing/endergetic/petrified_end_corrock_crown.json
2ab1cc42c06ab523ca13bb4bee09828f8abde59d data/create/recipes/splashing/endergetic/petrified_nether_corrock.json
72c96c8ce7d7e770f71b15bde641a76577556da5 data/create/recipes/splashing/endergetic/petrified_nether_corrock_block.json
689569a8b0018e7ada44e54f81e9bc5eb01ecbfe data/create/recipes/splashing/endergetic/petrified_nether_corrock_crown.json
00cf77f8a8c53fceae5abab91bce2f27bfc06efd data/create/recipes/splashing/endergetic/petrified_overworld_corrock.json
8a230426d7d37a88c31e06d00cf213e7bc97bfb0 data/create/recipes/splashing/endergetic/petrified_overworld_corrock_block.json
8e8a30e46b8fc3d0358ffb2f51a1b4bed8a4a3a3 data/create/recipes/splashing/endergetic/petrified_overworld_corrock_crown.json
fa9294fb2fbe22110ae122a616379b73ccf1d5c3 data/create/recipes/splashing/galosphere/crushed_raw_silver.json
c4d680eed98791fe45fa93aeeae9e8dbd508d6f5 data/create/recipes/splashing/gravel.json
7af4d9ae50af13da0d4fc814687f9586ff872798 data/create/recipes/splashing/gray_concrete_powder.json
23fb61c0e4bcca58fa7241db9cbef07bf4bd9a9b data/create/recipes/splashing/green_concrete_powder.json
82707bd9a72c35926ebf116fea1c4d9aea9a127a data/create/recipes/splashing/ic2/crushed_raw_aluminum.json
f18f823c0274518a13da3be2850b916a6ece2900 data/create/recipes/splashing/ic2/crushed_raw_silver.json
71b4e6a4d62ec437f02bd2029455eb7ba5bb3943 data/create/recipes/splashing/ic2/crushed_raw_tin.json
8da1397c440f27a5af4cbfc169bcf74f83bf3c8a data/create/recipes/splashing/ic2/crushed_raw_uranium.json
0a15fffe26190b78d2177c8302c92fc2232ce398 data/create/recipes/splashing/ice.json
9600bd69991140ceacb7d8440a84cba346856ecb data/create/recipes/splashing/immersiveengineering/crushed_raw_aluminum.json
004392e61f33b411d1e376ea336ed5ac8bdf4196 data/create/recipes/splashing/immersiveengineering/crushed_raw_lead.json
@ -5281,14 +5618,19 @@ a6ca7807d0dd2326a8e81cc9021b87f5ba284554 data/create/recipes/splashing/mekanism/
6ceb63cbbda3067b81138f253afe86c645af67cd data/create/recipes/splashing/mekanism/crushed_raw_tin.json
92711e3952f38730327f80894bf139c5ed95838c data/create/recipes/splashing/mekanism/crushed_raw_uranium.json
625c2d68ad722209523925375bc4f7494667feb2 data/create/recipes/splashing/orange_concrete_powder.json
1873eb6f40afff7c6d37c70ae93444117f461449 data/create/recipes/splashing/oreganized/crushed_raw_lead.json
1a0eecfdb0e22b85c9f12c834d2fc433cdaf4c9d data/create/recipes/splashing/oreganized/crushed_raw_silver.json
fb0c5fb2da0ac1fd236b19823747b9c15b536b02 data/create/recipes/splashing/pink_concrete_powder.json
2599fcd240eacdf4ace0dffe64f026d0bb4919d9 data/create/recipes/splashing/purple_concrete_powder.json
f9ffbd238c86f703b6fd2eabab43756a54d6e396 data/create/recipes/splashing/quark/rusty_iron_plate.json
9c10bfdd047fb9ac17d51ebdd38bc8be0883d970 data/create/recipes/splashing/red_concrete_powder.json
87ddb764bcff88c12686d171540cea4cc6edaf16 data/create/recipes/splashing/red_sand.json
3a5dea804e0aec6fa8711eb07b006d8b1de098ff data/create/recipes/splashing/sand.json
cf0dcdb8ec3f3e75b315faa377eccef662dea71f data/create/recipes/splashing/soul_sand.json
ba660fe5786c95a359a6ddfdeb73d7109cbebe5d data/create/recipes/splashing/stained_glass.json
c7a51fd1b730d48991cf6b4f1b56da4144537f1d data/create/recipes/splashing/stained_glass_pane.json
e4e6a948ef1ad4d5c4ee74dc02d65811b149fba9 data/create/recipes/splashing/supplementaries/blackboard.json
744e7fdd290f290290b13e60ef9b8e6856f95a4a data/create/recipes/splashing/the_vault/ornate_chain_rusty.json
462e85131dc6b16777f5f02c3d9d00a1dd54e0bc data/create/recipes/splashing/thermal/crushed_raw_lead.json
ff17664a50cab21a88231d97ef70e767c669f47e data/create/recipes/splashing/thermal/crushed_raw_nickel.json
9c4da3076f777167305a03bf745f185cdf70d483 data/create/recipes/splashing/thermal/crushed_raw_silver.json
@ -5355,7 +5697,7 @@ a1d4f4243cc2c700488fbfa292b483a7f43d4d58 data/create/tags/items/contraption_cont
c98ffdc2780c2a7690c590f46f014aeee7b0b504 data/create/tags/items/create_ingots.json
8699ff3a635e20ddfcda237feec30b48277c417f data/create/tags/items/crushed_raw_materials.json
49847bfbea11808b5101c972023a7f5833fe5a14 data/create/tags/items/deployable_drink.json
bc8248a29717ad7426329616ad360139b170c695 data/create/tags/items/modded_stripped_logs.json
56afa8ec15f4f6177d15b5cc9c493646f2405aab data/create/tags/items/modded_stripped_logs.json
bb1de990ae480c6741d09b0677b2559c76788638 data/create/tags/items/modded_stripped_wood.json
8c8f6658ee72bdea2fcef77bade7bfa48de784c8 data/create/tags/items/pressurized_air_sources.json
bce28787b0271382842823d04a977912a88b01c2 data/create/tags/items/sandpaper.json
@ -5376,6 +5718,7 @@ ba2e448d208997c8327df19fac39748184d49465 data/create/tags/items/stone_types/ochr
14710201b8b392a414feddff420594fb7194b194 data/create/tags/items/stone_types/tuff.json
634faefc734062b869002bd38aa4e5a2b06d8b9a data/create/tags/items/stone_types/veridium.json
d063e12c9ef75f39518c6d129ea35d833464d547 data/create/tags/items/toolboxes.json
ad8fa04f7bbbafd70d0ce158af78a35e899301e2 data/create/tags/items/tracks.json
2f4044c2989b9a8aa394c88617d67a6a310e6b1b data/create/tags/items/upright_on_belt.json
50936b211d94167a35ec78c89954082a336b6269 data/create/tags/items/valve_handles.json
f8d83f446d0a2071dca4481251339c4249b2fd3f data/create/tags/items/vanilla_stripped_logs.json

View file

@ -2513,6 +2513,7 @@
"create.subtitle.schematicannon_launch_block": "s\u01DD\u0279\u0131\u025F uouu\u0250\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S",
"create.subtitle.scroll_value": "s\u029E\u0254\u0131\u05DF\u0254 \u0287ndu\u0131-\u05DF\u05DFo\u0279\u0254S",
"create.subtitle.slime_added": "s\u01DD\u0265s\u0131nbs \u01DD\u026F\u0131\u05DFS",
"create.subtitle.spout": "s\u0287\u0279nds \u0287nodS",
"create.subtitle.steam": "s\u01DDs\u0131ou \u026F\u0250\u01DD\u0287S",
"create.subtitle.train": "\u01DD\u05DFq\u026Fn\u0279 s\u05DF\u01DD\u01DD\u0265\u028D \u028E\u01DDbo\u15FA",
"create.subtitle.train3": "p\u01DD\u05DF\u025F\u025Fn\u026F \u01DD\u05DFq\u026Fn\u0279 s\u05DF\u01DD\u01DD\u0265\u028D \u028E\u01DDbo\u15FA",

View file

@ -2513,6 +2513,7 @@
"create.subtitle.schematicannon_launch_block": "Schematicannon fires",
"create.subtitle.scroll_value": "Scroll-input clicks",
"create.subtitle.slime_added": "Slime squishes",
"create.subtitle.spout": "Spout spurts",
"create.subtitle.steam": "Steam noises",
"create.subtitle.train": "Bogey wheels rumble",
"create.subtitle.train3": "Bogey wheels rumble muffled",

View file

@ -16,6 +16,22 @@
}
]
},
"clipboard_check": {
"sounds": [
{
"name": "create:clipboard_check",
"type": "file"
}
]
},
"clipboard_erase": {
"sounds": [
{
"name": "create:clipboard_erase",
"type": "file"
}
]
},
"cogs": {
"sounds": [
{
@ -388,6 +404,27 @@
],
"subtitle": "create.subtitle.slime_added"
},
"spout": {
"sounds": [
{
"name": "create:spout",
"type": "file"
},
{
"name": "create:spout_1",
"type": "file"
},
{
"name": "create:spout_2",
"type": "file"
},
{
"name": "create:spout_3",
"type": "file"
}
],
"subtitle": "create.subtitle.spout"
},
"steam": {
"sounds": [
{

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/ingot_aluminum_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_aluminum"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/ingot_aluminum_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/ingot_silver_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/ingot_silver_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/ingot_tin_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_tin"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/ingot_tin_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/ingot_uranium_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_uranium"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/ingot_uranium_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/lead_ingot_compat_oreganized"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_lead"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/lead_ingot_compat_oreganized"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/silver_ingot_compat_galosphere"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/silver_ingot_compat_galosphere"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/silver_ingot_compat_oreganized"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/silver_ingot_compat_oreganized"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/ingot_aluminum_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_aluminum"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/ingot_aluminum_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/ingot_silver_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/ingot_silver_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/ingot_tin_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_tin"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/ingot_tin_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/ingot_uranium_compat_ic2"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_uranium"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/ingot_uranium_compat_ic2"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/lead_ingot_compat_oreganized"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_lead"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/lead_ingot_compat_oreganized"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/silver_ingot_compat_galosphere"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/silver_ingot_compat_galosphere"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:smelting/silver_ingot_compat_oreganized"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_silver"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:smelting/silver_ingot_compat_oreganized"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:crafting/kinetics/vertical_gearbox"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:cogwheel"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:crafting/kinetics/vertical_gearbox"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}

View file

@ -22,9 +22,7 @@
"conditions": {
"items": [
{
"items": [
"create:track"
]
"tag": "create:tracks"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_aluminum"
},
"result": "ic2:ingot_aluminum",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "ic2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_silver"
},
"result": "ic2:ingot_silver",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "ic2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_tin"
},
"result": "ic2:ingot_tin",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "ic2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_uranium"
},
"result": "ic2:ingot_uranium",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "ic2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_lead"
},
"result": "oreganized:lead_ingot",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "oreganized",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_silver"
},
"result": "galosphere:silver_ingot",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "galosphere",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:crushed_raw_silver"
},
"result": "oreganized:silver_ingot",
"experience": 0.1,
"cookingtime": 100,
"conditions": [
{
"modid": "oreganized",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"C C",
" B ",
"C C"
],
"key": {
"C": {
"item": "create:cogwheel"
},
"B": {
"item": "create:andesite_casing"
}
},
"result": {
"item": "create:vertical_gearbox"
}
}

View file

@ -0,0 +1,32 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "ae2:deepslate_quartz_ore"
}
],
"results": [
{
"item": "ae2:certus_quartz_crystal"
},
{
"item": "ae2:certus_quartz_dust",
"count": 4
},
{
"item": "ae2:certus_quartz_dust",
"chance": 0.5
},
{
"item": "minecraft:cobbled_deepslate",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "ae2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,32 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "ae2:quartz_ore"
}
],
"results": [
{
"item": "ae2:certus_quartz_crystal"
},
{
"item": "ae2:certus_quartz_dust",
"count": 4
},
{
"item": "ae2:certus_quartz_dust",
"chance": 0.5
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "ae2",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 500
"processingTime": 500,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 150
"processingTime": 150,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -25,5 +19,11 @@
"chance": 0.125
}
],
"processingTime": 350
"processingTime": 350,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 350
"processingTime": 350,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -25,5 +19,11 @@
"chance": 0.125
}
],
"processingTime": 350
"processingTime": 350,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 350
"processingTime": 350,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 250
"processingTime": 250,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 500
"processingTime": 500,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -30,5 +24,11 @@
"chance": 0.125
}
],
"processingTime": 300
"processingTime": 300,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,23 +1,17 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
"item": "byg:pervaded_netherrack"
"tag": "forge:ores/emeraldite"
}
],
"results": [
{
"item": "minecraft:glowstone_dust",
"item": "minecraft:glowstone",
"count": 2
},
{
"item": "minecraft:glowstone_dust",
"item": "minecraft:glowstone",
"chance": 0.5
},
{
@ -29,5 +23,11 @@
"chance": 0.125
}
],
"processingTime": 150
"processingTime": 150,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -13,9 +7,14 @@
],
"results": [
{
"item": "minecraft:red_sand",
"count": 1
"item": "minecraft:red_sand"
}
],
"processingTime": 150
"processingTime": 150,
"conditions": [
{
"modid": "byg",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "druidcraft:amber_ore"
}
],
"results": [
{
"item": "druidcraft:amber",
"count": 2
},
{
"item": "druidcraft:amber",
"chance": 0.5
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "druidcraft",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,30 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "druidcraft:fiery_glass_ore"
}
],
"results": [
{
"item": "druidcraft:fiery_glass",
"count": 8
},
{
"item": "druidcraft:fiery_glass",
"count": 6,
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "druidcraft",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "druidcraft:moonstone_ore"
}
],
"results": [
{
"item": "druidcraft:moonstone",
"count": 2
},
{
"item": "druidcraft:moonstone",
"chance": 0.5
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 300,
"conditions": [
{
"modid": "druidcraft",
"type": "forge:mod_loaded"
}
]
}

View file

@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "neapolitan"
}
],
"type": "create:crushing",
"ingredients": [
{
@ -22,5 +16,11 @@
"chance": 0.25
}
],
"processingTime": 100
"processingTime": 100,
"conditions": [
{
"modid": "neapolitan",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:moss_block"
}
],
"results": [
{
"item": "quark:moss_paste",
"count": 2
},
{
"item": "quark:moss_paste",
"chance": 0.1
}
],
"processingTime": 50,
"conditions": [
{
"modid": "quark",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:agate_ore"
}
],
"results": [
{
"item": "silentgems:agate",
"count": 2
},
{
"item": "silentgems:agate",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:alexandrite_ore"
}
],
"results": [
{
"item": "silentgems:alexandrite",
"count": 2
},
{
"item": "silentgems:alexandrite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:amber_ore"
}
],
"results": [
{
"item": "silentgems:amber",
"count": 2
},
{
"item": "silentgems:amber",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:amethyst_ore"
}
],
"results": [
{
"item": "silentgems:amethyst",
"count": 2
},
{
"item": "silentgems:amethyst",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:ametrine_ore"
}
],
"results": [
{
"item": "silentgems:ametrine",
"count": 2
},
{
"item": "silentgems:ametrine",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:ammolite_ore"
}
],
"results": [
{
"item": "silentgems:ammolite",
"count": 2
},
{
"item": "silentgems:ammolite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:apatite_ore"
}
],
"results": [
{
"item": "silentgems:apatite",
"count": 2
},
{
"item": "silentgems:apatite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:aquamarine_ore"
}
],
"results": [
{
"item": "silentgems:aquamarine",
"count": 2
},
{
"item": "silentgems:aquamarine",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:beniotite_ore"
}
],
"results": [
{
"item": "silentgems:beniotite",
"count": 2
},
{
"item": "silentgems:beniotite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:black_diamond_ore"
}
],
"results": [
{
"item": "silentgems:black_diamond",
"count": 2
},
{
"item": "silentgems:black_diamond",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:carnelian_ore"
}
],
"results": [
{
"item": "silentgems:carnelian",
"count": 2
},
{
"item": "silentgems:carnelian",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:cats_eye_ore"
}
],
"results": [
{
"item": "silentgems:cats_eye",
"count": 2
},
{
"item": "silentgems:cats_eye",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:chrysoprase_ore"
}
],
"results": [
{
"item": "silentgems:chrysoprase",
"count": 2
},
{
"item": "silentgems:chrysoprase",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:citrine_ore"
}
],
"results": [
{
"item": "silentgems:citrine",
"count": 2
},
{
"item": "silentgems:citrine",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:coral_ore"
}
],
"results": [
{
"item": "silentgems:coral",
"count": 2
},
{
"item": "silentgems:coral",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:eculase_ore"
}
],
"results": [
{
"item": "silentgems:eculase",
"count": 2
},
{
"item": "silentgems:eculase",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:flourite_ore"
}
],
"results": [
{
"item": "silentgems:flourite",
"count": 2
},
{
"item": "silentgems:flourite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:garnet_ore"
}
],
"results": [
{
"item": "silentgems:garnet",
"count": 2
},
{
"item": "silentgems:garnet",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:green_sapphire_ore"
}
],
"results": [
{
"item": "silentgems:green_sapphire",
"count": 2
},
{
"item": "silentgems:green_sapphire",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:helidor_ore"
}
],
"results": [
{
"item": "silentgems:helidor",
"count": 2
},
{
"item": "silentgems:helidor",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:iolite_ore"
}
],
"results": [
{
"item": "silentgems:iolite",
"count": 2
},
{
"item": "silentgems:iolite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:jade_ore"
}
],
"results": [
{
"item": "silentgems:jade",
"count": 2
},
{
"item": "silentgems:jade",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:jasper_ore"
}
],
"results": [
{
"item": "silentgems:jasper",
"count": 2
},
{
"item": "silentgems:jasper",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:kunzite_ore"
}
],
"results": [
{
"item": "silentgems:kunzite",
"count": 2
},
{
"item": "silentgems:kunzite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:kyanite_ore"
}
],
"results": [
{
"item": "silentgems:kyanite",
"count": 2
},
{
"item": "silentgems:kyanite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:lepidolite_ore"
}
],
"results": [
{
"item": "silentgems:lepidolite",
"count": 2
},
{
"item": "silentgems:lepidolite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:malachite_ore"
}
],
"results": [
{
"item": "silentgems:malachite",
"count": 2
},
{
"item": "silentgems:malachite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:moldavite_ore"
}
],
"results": [
{
"item": "silentgems:moldavite",
"count": 2
},
{
"item": "silentgems:moldavite",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:moonstone_ore"
}
],
"results": [
{
"item": "silentgems:moonstone",
"count": 2
},
{
"item": "silentgems:moonstone",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:morganite_ore"
}
],
"results": [
{
"item": "silentgems:morganite",
"count": 2
},
{
"item": "silentgems:morganite",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:onyx_ore"
}
],
"results": [
{
"item": "silentgems:onyx",
"count": 2
},
{
"item": "silentgems:onyx",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:opal_ore"
}
],
"results": [
{
"item": "silentgems:opal",
"count": 2
},
{
"item": "silentgems:opal",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:pearl_ore"
}
],
"results": [
{
"item": "silentgems:pearl",
"count": 2
},
{
"item": "silentgems:pearl",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:peridot_ore"
}
],
"results": [
{
"item": "silentgems:peridot",
"count": 2
},
{
"item": "silentgems:peridot",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:phosphophyllite_ore"
}
],
"results": [
{
"item": "silentgems:phosphophyllite",
"count": 2
},
{
"item": "silentgems:phosphophyllite",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:pyrope_ore"
}
],
"results": [
{
"item": "silentgems:pyrope",
"count": 2
},
{
"item": "silentgems:pyrope",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:rose_quartz_ore"
}
],
"results": [
{
"item": "silentgems:rose_quartz",
"count": 2
},
{
"item": "silentgems:rose_quartz",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:ruby_ore"
}
],
"results": [
{
"item": "silentgems:ruby",
"count": 2
},
{
"item": "silentgems:ruby",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:sapphire_ore"
}
],
"results": [
{
"item": "silentgems:sapphire",
"count": 2
},
{
"item": "silentgems:sapphire",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:sodalite_ore"
}
],
"results": [
{
"item": "silentgems:sodalite",
"count": 2
},
{
"item": "silentgems:sodalite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:spinel_ore"
}
],
"results": [
{
"item": "silentgems:spinel",
"count": 2
},
{
"item": "silentgems:spinel",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:sunstone_ore"
}
],
"results": [
{
"item": "silentgems:sunstone",
"count": 2
},
{
"item": "silentgems:sunstone",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:tanzite_ore"
}
],
"results": [
{
"item": "silentgems:tanzite",
"count": 2
},
{
"item": "silentgems:tanzite",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:tektite_ore"
}
],
"results": [
{
"item": "silentgems:tektite",
"count": 2
},
{
"item": "silentgems:tektite",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:topaz_ore"
}
],
"results": [
{
"item": "silentgems:topaz",
"count": 2
},
{
"item": "silentgems:topaz",
"chance": 0.25
},
{
"item": "minecraft:cobblestone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:turquoise_ore"
}
],
"results": [
{
"item": "silentgems:turquoise",
"count": 2
},
{
"item": "silentgems:turquoise",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:yellow_diamond_ore"
}
],
"results": [
{
"item": "silentgems:yellow_diamond",
"count": 2
},
{
"item": "silentgems:yellow_diamond",
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "silentgems:zircon_ore"
}
],
"results": [
{
"item": "silentgems:zircon",
"count": 2
},
{
"item": "silentgems:zircon",
"chance": 0.25
},
{
"item": "minecraft:netherrack",
"chance": 0.12
}
],
"processingTime": 350,
"conditions": [
{
"modid": "silentgems",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "simplefarming:barley"
}
],
"results": [
{
"item": "create:wheat_flour"
},
{
"item": "create:wheat_flour",
"count": 2,
"chance": 0.25
},
{
"item": "simplefarming:barley_seeds",
"chance": 0.25
}
],
"processingTime": 150,
"conditions": [
{
"modid": "simplefarming",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "simplefarming:oat"
}
],
"results": [
{
"item": "create:wheat_flour"
},
{
"item": "create:wheat_flour",
"count": 2,
"chance": 0.25
},
{
"item": "simplefarming:oat_seeds",
"chance": 0.25
}
],
"processingTime": 150,
"conditions": [
{
"modid": "simplefarming",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "simplefarming:rice"
}
],
"results": [
{
"item": "create:wheat_flour"
},
{
"item": "create:wheat_flour",
"count": 2,
"chance": 0.25
},
{
"item": "simplefarming:rice_seeds",
"chance": 0.25
}
],
"processingTime": 150,
"conditions": [
{
"modid": "simplefarming",
"type": "forge:mod_loaded"
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "simplefarming:rye"
}
],
"results": [
{
"item": "create:wheat_flour"
},
{
"item": "create:wheat_flour",
"count": 2,
"chance": 0.25
},
{
"item": "simplefarming:rye_seeds",
"chance": 0.25
}
],
"processingTime": 150,
"conditions": [
{
"modid": "simplefarming",
"type": "forge:mod_loaded"
}
]
}

Some files were not shown because too many files have changed in this diff Show more