mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-14 14:25:00 +01:00
Merge branch 'mc1.20.1/dev' into pr/6194
This commit is contained in:
commit
c06db3040f
878 changed files with 15191 additions and 8083 deletions
41
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
name: I found a bug!
|
||||
description: "Report some other kind of issue. You should ask in the Discord first to make sure it's actually a bug with Create."
|
||||
labels: [ "type: bug" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: "
|
||||
Please describe the issue with as much detail as possible.
|
||||
Explain what happened, and what should have happened instead.
|
||||
Add images, screenshots, or videos if they could be useful."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Game Log
|
||||
description: "
|
||||
We need the game log for additional information about the bug.
|
||||
This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\".
|
||||
Please upload the file to https://mclo.gs/ and put the link here.
|
||||
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
|
||||
"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Debug Information
|
||||
description: "
|
||||
Please run the \"/create debuginfo\" command in-game.
|
||||
This will copy useful information to your clipboard that will greatly help with debugging.
|
||||
Please paste this information here.
|
||||
If this command does not exist, you can skip this part.
|
||||
"
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make a report and help improve Create!"
|
155
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
155
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,155 +0,0 @@
|
|||
name: Bug Report
|
||||
description: Create a bug report to help us improve Create
|
||||
labels: [ "type: bug" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Reproduction Steps
|
||||
description: Tell us about the steps to reproduce the bug.
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Result
|
||||
description: A clear and concise description of what you expected to happen
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots and Videos
|
||||
description: If applicable, add screenshots or videos to help explain your problem.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Crash Report or Log
|
||||
description: If applicable, please add a **link** to the crash report or log that was created when this issue occured. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: The operating system you were using when the bug occured
|
||||
placeholder: Windows 11
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Mod Version
|
||||
description: The version of the mod you were using when the bug occured
|
||||
options:
|
||||
- "0.5.1f"
|
||||
- "0.5.1e"
|
||||
- "0.5.1d"
|
||||
- "0.5.1c"
|
||||
- "0.5.1b"
|
||||
- "0.5.1a"
|
||||
- "0.5.0i"
|
||||
- "0.5.0h"
|
||||
- "0.5.0g"
|
||||
- "0.5.0f"
|
||||
- "0.5.0e"
|
||||
- "0.5.0d"
|
||||
- "0.5.0c"
|
||||
- "0.5.0b"
|
||||
- "0.5.0a"
|
||||
- "0.5.0"
|
||||
- "0.4.1"
|
||||
- "0.4.0f"
|
||||
- "0.4.0e"
|
||||
- "0.4.0d"
|
||||
- "0.4.0c"
|
||||
- "0.4.0b"
|
||||
- "0.4.0a"
|
||||
- "0.4.0"
|
||||
- "0.3.2g"
|
||||
- "0.3.2f"
|
||||
- "0.3.2e"
|
||||
- "0.3.2d"
|
||||
- "0.3.2c"
|
||||
- "0.3.2b"
|
||||
- "0.3.2a"
|
||||
- "0.3.2"
|
||||
- "0.3.1c"
|
||||
- "0.3.1b"
|
||||
- "0.3.1a"
|
||||
- "0.3.1"
|
||||
- "0.3.0e"
|
||||
- "0.3.0d"
|
||||
- "0.3.0c"
|
||||
- "0.3.0b"
|
||||
- "0.3.0a"
|
||||
- "0.3.0"
|
||||
- "0.2.4e"
|
||||
- "0.2.4d"
|
||||
- "0.2.4c"
|
||||
- "0.2.4b"
|
||||
- "0.2.4a"
|
||||
- "0.2.4"
|
||||
- "0.2.3"
|
||||
- "0.2.2b"
|
||||
- "0.2.2a"
|
||||
- "0.2.2"
|
||||
- "0.2.1"
|
||||
- "0.2.0"
|
||||
- "0.1.1a"
|
||||
- "0.1.1"
|
||||
- "0.1.0"
|
||||
- "0.0.5"
|
||||
- "0.0.4"
|
||||
- "0.0.3"
|
||||
- "0.0.2"
|
||||
- "0.0.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Minecraft Version
|
||||
description: The version of Minecraft you were using when the bug occured
|
||||
options:
|
||||
- "1.20.1"
|
||||
- "1.19.2"
|
||||
- "1.18.2"
|
||||
- "1.18.1"
|
||||
- "1.18"
|
||||
- "1.17.1"
|
||||
- "1.16.5"
|
||||
- "1.16.4"
|
||||
- "1.16.3"
|
||||
- "1.15.2"
|
||||
- "1.14.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Forge Version
|
||||
description: The version of Forge you were using when the bug occured
|
||||
placeholder: 36.2.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Other Mods
|
||||
description: Please list any other mods that were running when the crash happened.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any extra context about the bug here
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make this bug report and help improve Create!"
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: I have a question!
|
||||
url: https://discord.gg/hmaD7Se
|
||||
about: Join us on Discord and ask the community.
|
||||
- name: I have a suggestion or idea!
|
||||
url: https://discord.gg/hmaD7Se
|
||||
about: These are best discussed with the community and submitted on Discord.
|
||||
- name: Talk to us on Discord.
|
||||
url: https://discord.gg/hmaD7Se
|
||||
about: Ask questions and get help from the community.
|
27
.github/ISSUE_TEMPLATE/crash.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/crash.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: My game crashed!
|
||||
description: Report an issue that crashes the game.
|
||||
labels: [ "type: crash" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Context
|
||||
description: What were you doing when the game crashed? Add images, screenshots, or videos if they could be useful.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Crash Report
|
||||
description: "
|
||||
We need the crash report to figure out why the crash happened.
|
||||
This file can be found in the \"crash-reports\" folder of your Minecraft folder.
|
||||
It will be the newest file there.
|
||||
Please upload the file to https://mclo.gs/ and put the link here.
|
||||
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
|
||||
"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make a report and help improve Create!"
|
25
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
25
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
name: Suggestion
|
||||
description: Suggest something that would improve Create
|
||||
labels: [ "type: suggestion" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Suggestion
|
||||
description: What should we add or change to make Create better?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots and Videos
|
||||
description: If applicable, add screenshots or videos to help explain your suggestion.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any extra context about the suggestion here.
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make this suggestion and help improve Create!"
|
12
.github/config/labels.yml
vendored
12
.github/config/labels.yml
vendored
|
@ -1,12 +0,0 @@
|
|||
'version: 1.14':
|
||||
- '1\.14(?:\.\d)?'
|
||||
'version: 1.15':
|
||||
- '1\.15(?:\.\d)?'
|
||||
'version: 1.16':
|
||||
- '1\.16(?:\.\d)?'
|
||||
'version: 1.17':
|
||||
- '1\.17(?:\.\d)?'
|
||||
'version: 1.18':
|
||||
- '1\.18(?:\.\d)?'
|
||||
'version: 1.19':
|
||||
- '1\.19(?:\.\d)?'
|
15
.github/workflows/label_issues.yml
vendored
15
.github/workflows/label_issues.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
name: "Label Issues"
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/issue-labeler@v3.0
|
||||
with:
|
||||
configuration-path: .github/config/labels.yml
|
||||
enable-versioned-regex: 0
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sync-labels: 1
|
BIN
.idea/icon.png
Normal file
BIN
.idea/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
35
build.gradle
35
build.gradle
|
@ -53,6 +53,7 @@ minecraft {
|
|||
workingDirectory project.file('run')
|
||||
arg '-mixin.config=create.mixins.json'
|
||||
//jvmArgs '-XX:+UnlockCommercialFeatures' // uncomment for profiling
|
||||
//jvmArgs '-XX:+IgnoreUnrecognizedVMOptions', '-XX:+AllowEnhancedClassRedefinition' // uncomment with jbr
|
||||
property 'forge.logging.console.level', 'info'
|
||||
mods {
|
||||
create {
|
||||
|
@ -193,16 +194,46 @@ dependencies {
|
|||
runtimeOnly fg.deobf("cc.tweaked:cc-tweaked-${cc_tweaked_minecraft_version}-forge:${cc_tweaked_version}")
|
||||
}
|
||||
|
||||
if (dynamic_trees_enable.toBoolean()) {
|
||||
compileOnly fg.deobf("com.ferreusveritas.dynamictrees:DynamicTrees-${dynamic_trees_minecraft_version}:${dynamic_trees_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("curse.maven:framedblocks-441647:5399211")
|
||||
// runtimeOnly fg.deobf("curse.maven:galosphere-631098:4398234")
|
||||
// runtimeOnly fg.deobf("curse.maven:elementary-ores-332609:3956498")
|
||||
// runtimeOnly fg.deobf("curse.maven:flib-661261:3956196")
|
||||
// runtimeOnly fg.deobf("curse.maven:infernal-expansion-395078:3854062")
|
||||
// runtimeOnly fg.deobf("vazkii.arl:AutoRegLib:1.4-35.69")
|
||||
// runtimeOnly fg.deobf("vazkii.quark:Quark:r2.0-212.984")
|
||||
// runtimeOnly fg.deobf("slimeknights.mantle:Mantle:1.16.5-1.6.115")
|
||||
// runtimeOnly fg.deobf("slimeknights.tconstruct:TConstruct:1.16.5-3.1.1.252")
|
||||
// runtimeOnly fg.deobf("curse.maven:mantle-74924:4509007")
|
||||
// runtimeOnly fg.deobf("curse.maven:tinkers-construct-74072:4509008")
|
||||
// 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:aether:1.19.2-1.0.0-beta.1.1-forge")
|
||||
// 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")
|
||||
// implementation fg.deobf("curse.maven:modern-ui-352491:5229350")
|
||||
// runtimeOnly fg.deobf("curse.maven:sophisticated-storage-619320:5194748")
|
||||
// runtimeOnly fg.deobf("curse.maven:sophisticated-core-618298:5296312")
|
||||
// runtimeOnly fg.deobf("curse.maven:functional-storage-556861:5271589")
|
||||
// runtimeOnly fg.deobf("curse.maven:titanium-287342:5151207")
|
||||
// runtimeOnly fg.deobf("curse.maven:storage-drawers-223852:3807626")
|
||||
// implementation fg.deobf("curse.maven:ftb-chunks-forge-314906:4494633")
|
||||
// implementation fg.deobf("curse.maven:architectury-api-419699:4521465")
|
||||
// implementation fg.deobf("curse.maven:ftb-library-forge-404465:4396792")
|
||||
// implementation fg.deobf("curse.maven:ftb-teams-forge-404468:4579981")
|
||||
// runtimeOnly fg.deobf("curse.maven:forbidden-arcanus-309858:4729924")
|
||||
// runtimeOnly fg.deobf("curse.maven:valhelsia-core-416935:3886212")
|
||||
// runtimeOnly fg.deobf("curse.maven:citadel-331936:3783096")
|
||||
// runtimeOnly fg.deobf("curse.maven:ice-and-fire-dragons-264231:4614465")
|
||||
// runtimeOnly fg.deobf("curse.maven:exnihilosequentia-400012:4083676")
|
||||
// runtimeOnly fg.deobf("curse.maven:upgrade-aquatic-326895:4365140")
|
||||
// runtimeOnly fg.deobf("curse.maven:blueprint-382216:3991478")
|
||||
|
||||
// https://discord.com/channels/313125603924639766/725850371834118214/910619168821354497
|
||||
// Prevent Mixin annotation processor from getting into IntelliJ's annotation processor settings
|
||||
|
|
|
@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
|
|||
org.gradle.daemon = false
|
||||
|
||||
# mod version info
|
||||
mod_version = 0.5.1.f
|
||||
mod_version = 0.5.1.g
|
||||
artifact_minecraft_version = 1.20.1
|
||||
|
||||
minecraft_version = 1.20.1
|
||||
|
@ -25,7 +25,7 @@ registrate_version = MC1.20-1.3.3
|
|||
flywheel_minecraft_version = 1.20.1
|
||||
flywheel_version = 0.6.10-7
|
||||
jei_minecraft_version = 1.20.1
|
||||
jei_version = 15.2.0.22
|
||||
jei_version = 15.10.0.39
|
||||
curios_minecraft_version = 1.20.1
|
||||
curios_version = 5.3.1
|
||||
|
||||
|
@ -33,6 +33,10 @@ cc_tweaked_enable = true
|
|||
cc_tweaked_minecraft_version = 1.20.1
|
||||
cc_tweaked_version = 1.105.0
|
||||
|
||||
dynamic_trees_enable = true
|
||||
dynamic_trees_minecraft_version = 1.20.1
|
||||
dynamic_trees_version = 1.3.0-BETA13
|
||||
|
||||
# curseforge information
|
||||
projectId = 328085
|
||||
curse_type = beta
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.4471912 Create's Sequenced Assembly Recipes
|
||||
// 1.20.1 2024-08-07T16:05:58.7625129 Create's Sequenced Assembly Recipes
|
||||
dbaca5a5aa312f3bc7b826e51e665d32e798a5d7 data/create/recipes/sequenced_assembly/precision_mechanism.json
|
||||
0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json
|
||||
dacafdb106304d183b00e21fb01517ac45eca800 data/create/recipes/sequenced_assembly/sturdy_sheet.json
|
||||
1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.3622264 Create's Advancements
|
||||
// 1.20.1 2024-08-07T16:05:58.6895379 Create's Advancements
|
||||
2661a689fdcf729494f46e3c719f71c62e31582e data/create/advancements/andesite_alloy.json
|
||||
fa16c4afe0496edc3f157858a6e0ff177a1622ff data/create/advancements/andesite_casing.json
|
||||
5a694002d0a663bc869b09d15924a10c43dc522f data/create/advancements/anvil_plough.json
|
||||
|
@ -77,7 +77,7 @@ b3c18b1d41126d135318769f83ccc6fe51da2c54 data/create/advancements/steam_engine_m
|
|||
b77e7b17c397cc88ca2f75f68c52d60488ece97a data/create/advancements/stressometer_maxed.json
|
||||
cc75b35e53137d229896c334f09ebc5930f56307 data/create/advancements/sturdy_sheet.json
|
||||
4794a7d7ea140333809bb78b77a30997bbb606bd data/create/advancements/super_glue.json
|
||||
7431347d2edcda21fbc05541bb5fb8b12c17965b data/create/advancements/track_0.json
|
||||
cbc796a4bd3dd9bb3e66ab437b27fcf5a1fdc050 data/create/advancements/track_0.json
|
||||
916a9a75900fa36aa3c5422d4e35eeeb57d20f61 data/create/advancements/track_crafting_factory.json
|
||||
4938c2be415c15a70a41570bbb49f772eaed5af0 data/create/advancements/track_signal.json
|
||||
797f76512083d562549a20e9abc679846cce885f data/create/advancements/train.json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.4511802 Create's Mechanical Crafting Recipes
|
||||
// 1.20.1 2024-08-07T16:05:58.768009 Create's Mechanical Crafting Recipes
|
||||
f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json
|
||||
694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json
|
||||
3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.4471912 Create's Standard Recipes
|
||||
// 1.20.1 2024-08-07T16:05:58.7635096 Create's Standard Recipes
|
||||
a8cc4af26f6c7c45a9eef12e92af1452fe042454 data/create/advancements/recipes/combat/crafting/appliances/netherite_backtank.json
|
||||
2c2639c7b307ee7c7a4e97e5efebf496788998ad data/create/advancements/recipes/combat/crafting/appliances/netherite_backtank_from_netherite.json
|
||||
81dcf0cb1aa99e39bc7d1a386e07cad4cee7d8b9 data/create/advancements/recipes/combat/crafting/appliances/netherite_diving_boots.json
|
||||
|
@ -7,18 +7,26 @@ a8cc4af26f6c7c45a9eef12e92af1452fe042454 data/create/advancements/recipes/combat
|
|||
c1f2e6d1d955fb2d6d7ccc7a6d45d051bbcab315 data/create/advancements/recipes/combat/crafting/appliances/netherite_diving_helmet_from_netherite.json
|
||||
6418408e9fe53c03eae1e2b17b2229a548abc226 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json
|
||||
d88c5c8b6751f389d9eea30acbd566c120e77705 data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json
|
||||
c5eabab1b28eaf8d83007b303480f12d8c319c4d data/create/advancements/recipes/misc/blasting/ingot_aluminum_compat_ic2.json
|
||||
2532dd0af4124639c26525b6c4bbaf8059132903 data/create/advancements/recipes/misc/blasting/ingot_aluminum_compat_immersiveengineering.json
|
||||
6b62cf9551e30b3560349e8d905cd10b446a98fd data/create/advancements/recipes/misc/blasting/ingot_lead_compat_immersiveengineering.json
|
||||
4568168d851832c9eefd177c64a2de9c40e9954b data/create/advancements/recipes/misc/blasting/ingot_lead_compat_mekanism.json
|
||||
cdcf764d3eb5fba5ebaf17be87398ed68edfa43c data/create/advancements/recipes/misc/blasting/ingot_nickel_compat_immersiveengineering.json
|
||||
556013ab3ed25759da841832ff373e2a5421049b data/create/advancements/recipes/misc/blasting/ingot_osmium_compat_mekanism.json
|
||||
8c1a984764bf4a9f1b1be8988d174c5aed827b00 data/create/advancements/recipes/misc/blasting/ingot_silver_compat_ic2.json
|
||||
f013cfdc88c5e93d7f351aea6db34ce30870cb2c data/create/advancements/recipes/misc/blasting/ingot_silver_compat_immersiveengineering.json
|
||||
a92969c36b7aad976b8212d1dd8893a6ff4273d2 data/create/advancements/recipes/misc/blasting/ingot_tin_compat_ic2.json
|
||||
e6ff5fab7af4a92a28be16484cb580423a6bc898 data/create/advancements/recipes/misc/blasting/ingot_tin_compat_mekanism.json
|
||||
33b46fd8c73dd6c2436347fff471bec173b7e373 data/create/advancements/recipes/misc/blasting/ingot_uranium_compat_ic2.json
|
||||
b02cf7e00ee7b0d12a37e7ba5b5134ac31ae9bd4 data/create/advancements/recipes/misc/blasting/ingot_uranium_compat_immersiveengineering.json
|
||||
ee732ef02b3d210dd10aeec1799da1ca6230276b data/create/advancements/recipes/misc/blasting/ingot_uranium_compat_mekanism.json
|
||||
b90af96817d6c38ec446f7464642a473a55c2027 data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json
|
||||
97bc03e4bb939ad037b6a2d139b9510030cdbd74 data/create/advancements/recipes/misc/blasting/lead_ingot_compat_oreganized.json
|
||||
39420bdfe874164a75a4df767483a6903d24e8ab data/create/advancements/recipes/misc/blasting/lead_ingot_compat_thermal.json
|
||||
6b918d2552c2c764f62ae8a68f1bdd8cf3b4d2a6 data/create/advancements/recipes/misc/blasting/nickel_ingot_compat_thermal.json
|
||||
7c201c88e77c537d30b6be5571b418dcfafda2e9 data/create/advancements/recipes/misc/blasting/silver_ingot_compat_galosphere.json
|
||||
39a325925c92012ff849877846ecea4224c06dc8 data/create/advancements/recipes/misc/blasting/silver_ingot_compat_iceandfire.json
|
||||
5b10d7e8219158fa25c587ba1709ade3ca718500 data/create/advancements/recipes/misc/blasting/silver_ingot_compat_oreganized.json
|
||||
76ba5762a4b104a84b7501056237cbf15a9a41d0 data/create/advancements/recipes/misc/blasting/silver_ingot_compat_thermal.json
|
||||
9ec161b962d41a0773cbbff7328947e89cfa0585 data/create/advancements/recipes/misc/blasting/tin_ingot_compat_thermal.json
|
||||
6e09fdea2fd2fea9cd54d33c9e094c9528ee1603 data/create/advancements/recipes/misc/blasting/zinc_ingot_from_crushed.json
|
||||
|
@ -145,6 +153,7 @@ d05bf9eb0708fd08727414a05432119547683c82 data/create/advancements/recipes/misc/c
|
|||
12dfae029c11896db2ad9fe7bf833d8e2bd4ac73 data/create/advancements/recipes/misc/crafting/kinetics/train_door.json
|
||||
13c05d4a0d21a98633f332cf4e29fa9d984c2b97 data/create/advancements/recipes/misc/crafting/kinetics/train_trapdoor.json
|
||||
2a765b5135e700fc7051d4b66e6be8d971445bda data/create/advancements/recipes/misc/crafting/kinetics/turntable.json
|
||||
32a8453e28678b0efb9cc70cf38e72801a718793 data/create/advancements/recipes/misc/crafting/kinetics/vertical_gearbox.json
|
||||
8eca7b132f53c805ef71bbe148a4b6eb482d5d0d data/create/advancements/recipes/misc/crafting/kinetics/vertical_gearboxfrom_conversion.json
|
||||
dd4849e6ac91a82a4663477dd2ea51375d184bb3 data/create/advancements/recipes/misc/crafting/kinetics/water_wheel.json
|
||||
3bee8e0d4e324868eff29a6a86080d7a8656f298 data/create/advancements/recipes/misc/crafting/kinetics/weighted_ejector.json
|
||||
|
@ -196,6 +205,7 @@ ec99015f13bb194dfb197ea0839cceaed5135148 data/create/advancements/recipes/misc/c
|
|||
3e73c3336f3ab13365d439c491b2e2ce6de6e401 data/create/advancements/recipes/misc/crafting/schematics/schematicannon.json
|
||||
6e0b7056d229fc949cc7386aa307d0870929f555 data/create/advancements/recipes/misc/crafting/schematics/schematic_and_quill.json
|
||||
f0d041509b3752b3ec6c4ce2b2c6eef9825a0685 data/create/advancements/recipes/misc/crafting/schematics/schematic_table.json
|
||||
a8003bd4c06bdf5f2aa3d1789eab2445df9513be data/create/advancements/recipes/misc/crafting/tree_fertilizer.json
|
||||
0ac95fd4b991a6c61c1d03cc6a6f2f345530f62a data/create/advancements/recipes/misc/smelting/bread.json
|
||||
53cb4643430e3fd69f81c375f3e334a3d6014128 data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json
|
||||
cd04ca4af45d96bfba198f770257d58bdd508bec data/create/advancements/recipes/misc/smelting/glass_from_framed_glass.json
|
||||
|
@ -207,19 +217,27 @@ bb87cb8787644e20b3418d6f57726f2ca70b0aae data/create/advancements/recipes/misc/s
|
|||
70342b3f5c5482caa82e0afcd559c7b200d9f247 data/create/advancements/recipes/misc/smelting/glass_pane_from_tiled_glass_pane.json
|
||||
8635e2becb91b0e4e754fd79d231300492b8afce data/create/advancements/recipes/misc/smelting/glass_pane_from_vertical_framed_glass_pane.json
|
||||
d76d08c3efcf9174ee2980796aa04c67fe9443eb data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json
|
||||
6a53b4a956a5560dfa7a6ed3d3279fe502a45574 data/create/advancements/recipes/misc/smelting/ingot_aluminum_compat_ic2.json
|
||||
1e88edf27ed1f83031f9d71cad8f3f4388f57b85 data/create/advancements/recipes/misc/smelting/ingot_aluminum_compat_immersiveengineering.json
|
||||
2b6b739a2f0ad1f33db8090aa0e77c8149d67dbf data/create/advancements/recipes/misc/smelting/ingot_lead_compat_immersiveengineering.json
|
||||
7392d585e5409438f70ddb43ebba58b35609265b data/create/advancements/recipes/misc/smelting/ingot_lead_compat_mekanism.json
|
||||
ded4f782c4ff86ffeeae15a26cae065401285181 data/create/advancements/recipes/misc/smelting/ingot_nickel_compat_immersiveengineering.json
|
||||
471da96bdc50929e50a4255998c365f6dd74f66b data/create/advancements/recipes/misc/smelting/ingot_osmium_compat_mekanism.json
|
||||
862dbabc5443de70fdd8a032dc6b9f7f17d9ab5d data/create/advancements/recipes/misc/smelting/ingot_silver_compat_ic2.json
|
||||
ef01495983cd871247bf756bcc4289a0fac0ddca data/create/advancements/recipes/misc/smelting/ingot_silver_compat_immersiveengineering.json
|
||||
c5412d6466ce207be939599115ef45c00f441101 data/create/advancements/recipes/misc/smelting/ingot_tin_compat_ic2.json
|
||||
600ffc56676b16e543526880d4a3e6d99a13fcc6 data/create/advancements/recipes/misc/smelting/ingot_tin_compat_mekanism.json
|
||||
8408242e67c1f2c62e9f65e705a724c49b8afdcc data/create/advancements/recipes/misc/smelting/ingot_uranium_compat_ic2.json
|
||||
288ad82d27d3565e474e37ee692c8b4f286654ec data/create/advancements/recipes/misc/smelting/ingot_uranium_compat_immersiveengineering.json
|
||||
fee6714c2f63317cfb01bd5ce2ea91ba891b4e46 data/create/advancements/recipes/misc/smelting/ingot_uranium_compat_mekanism.json
|
||||
c31f83bd1e3fc96c4317f9fbf096f6d62786302d data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json
|
||||
1afa741f81b8ccb94aa587f05294f62292aa6c1d data/create/advancements/recipes/misc/smelting/lead_ingot_compat_oreganized.json
|
||||
c8978574ede8f2c9c5a55c9d7ecfeac5e32ceba3 data/create/advancements/recipes/misc/smelting/lead_ingot_compat_thermal.json
|
||||
497978714e828b74dddf12d32d0dcc1908b2c7c9 data/create/advancements/recipes/misc/smelting/nickel_ingot_compat_thermal.json
|
||||
3e7f0954559c7f2d6e0e39b74f16aea9ce355c75 data/create/advancements/recipes/misc/smelting/scoria.json
|
||||
8ae18bbf987001f34a5a4c3258f1265bf73808ab data/create/advancements/recipes/misc/smelting/silver_ingot_compat_galosphere.json
|
||||
51d70536297006c6ac067950cba88cbac5c757f4 data/create/advancements/recipes/misc/smelting/silver_ingot_compat_iceandfire.json
|
||||
17e72b6dc1113f3b66327166ac2fb361ae70d285 data/create/advancements/recipes/misc/smelting/silver_ingot_compat_oreganized.json
|
||||
c03382450df717eed0c0c8583a08a07200fadd14 data/create/advancements/recipes/misc/smelting/silver_ingot_compat_thermal.json
|
||||
0e5699d5a440d258fb8bdb1a1f85930f6eb32cd8 data/create/advancements/recipes/misc/smelting/tin_ingot_compat_thermal.json
|
||||
1e22edba76fc82d3d06d72e3325fa015259561cb data/create/advancements/recipes/misc/smelting/zinc_ingot_from_crushed.json
|
||||
|
@ -228,18 +246,26 @@ e4ffb421edd14254dc06028c7c43c58df2f42d18 data/create/advancements/recipes/misc/s
|
|||
42f1375bf3004cfd891a5fbb05352f578636dd75 data/create/advancements/recipes/misc/smoking/bread.json
|
||||
3c9dcf347eef42d0cca69ae5bc4a61fe90fb27c8 data/create/recipes/blasting/copper_ingot_from_crushed.json
|
||||
cbd86c583643e65a0d9b7950dcf593cdf6d43d77 data/create/recipes/blasting/gold_ingot_from_crushed.json
|
||||
053d94339f3b64e02b0eae56fe714b6f4a05986f data/create/recipes/blasting/ingot_aluminum_compat_ic2.json
|
||||
5b1b7981636b211a956e37356423c2ba65c8042c data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json
|
||||
f794d2eab3922ea7765866d473eb61c74a2678c5 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json
|
||||
7acb7c5bc88b238e914abc07f979c33f8d33123e data/create/recipes/blasting/ingot_lead_compat_mekanism.json
|
||||
79ad6f95b7f4c75cc0c3fadcf8e16be077bd5874 data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json
|
||||
f403ea128ab6c8bc3e4c4b660bea3d8edb8c8c30 data/create/recipes/blasting/ingot_osmium_compat_mekanism.json
|
||||
76394ca6f1b6aedd00facaab9e151451da914e47 data/create/recipes/blasting/ingot_silver_compat_ic2.json
|
||||
2010401b8c4225226fb213375ba9d3b1ee8a451b data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json
|
||||
1f08600db1e19f0dc0764c3fe0a0d8c2e62cb9e6 data/create/recipes/blasting/ingot_tin_compat_ic2.json
|
||||
b979e859e631de8d229f08b0924d37212c7d92ee data/create/recipes/blasting/ingot_tin_compat_mekanism.json
|
||||
40ff33cbc9d560f54aeb9de91eaf1fb3a31e556b data/create/recipes/blasting/ingot_uranium_compat_ic2.json
|
||||
011179ff485992666fdad594d7daa050e44844c7 data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json
|
||||
0f6e3a23e0e1bb6bac077fac2b9cfcf50f3459f1 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json
|
||||
19d33cb473f7ba1065a7747700248cd8d6738732 data/create/recipes/blasting/iron_ingot_from_crushed.json
|
||||
820fc633a9f2b4e04dc281bf356f0f1e30ee96ef data/create/recipes/blasting/lead_ingot_compat_oreganized.json
|
||||
701da66616d4d9c3293e410af5e0dd764c9f63e1 data/create/recipes/blasting/lead_ingot_compat_thermal.json
|
||||
6a10c8bb0b2a939edd79f159ec5acb9b137283c3 data/create/recipes/blasting/nickel_ingot_compat_thermal.json
|
||||
3f4e9eca5646c4ef39e8f297e0d320a285360699 data/create/recipes/blasting/silver_ingot_compat_galosphere.json
|
||||
1930c939c893aa3ffc2e6cccf87095ea0f1ae017 data/create/recipes/blasting/silver_ingot_compat_iceandfire.json
|
||||
d57e0c60f865fb655e9d001369b89f5395590843 data/create/recipes/blasting/silver_ingot_compat_oreganized.json
|
||||
e1481cbde99b04ce08c7fffdbd24233eb3bb8d0d data/create/recipes/blasting/silver_ingot_compat_thermal.json
|
||||
150e9b6eaab4b98a326d915bbfe33fcdb95e2beb data/create/recipes/blasting/tin_ingot_compat_thermal.json
|
||||
b3c4585dc6ed9c4a38d7923ae399b88ab8912df9 data/create/recipes/blasting/zinc_ingot_from_crushed.json
|
||||
|
@ -373,6 +399,7 @@ af645fe446e0df755fb748383a51facbe9101ede data/create/recipes/crafting/kinetics/t
|
|||
35037a92ef619eea8c02fe21c1ab3fa567e9fb72 data/create/recipes/crafting/kinetics/train_door.json
|
||||
26d9401533332cbc7580b32b45cdebf6ad3c523d data/create/recipes/crafting/kinetics/train_trapdoor.json
|
||||
a02e799451c8051250ab077ee94bec8f17705d5f data/create/recipes/crafting/kinetics/turntable.json
|
||||
c2644263571eb8a14ed535c1e88924a6098e2e6f data/create/recipes/crafting/kinetics/vertical_gearbox.json
|
||||
613d2ef5c381445d9a0bb1020f9d0ab9fb04d766 data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json
|
||||
af2fc528dacef0300115977c681976b793329c8d data/create/recipes/crafting/kinetics/water_wheel.json
|
||||
97054ad290c974f60d9be41c642e661442a98bca data/create/recipes/crafting/kinetics/weighted_ejector.json
|
||||
|
@ -424,6 +451,7 @@ d849fafedd10c68e6bc6dc1e5a85be82aae1b139 data/create/recipes/crafting/palettes/s
|
|||
9a687ee9dab44c439ab669aa596117064fb13457 data/create/recipes/crafting/schematics/schematicannon.json
|
||||
4a20356c9ce01ebfbcacbdc5d3c31094a5599a17 data/create/recipes/crafting/schematics/schematic_and_quill.json
|
||||
4a297162a630b48407dbc8ff8ca713387dcd3206 data/create/recipes/crafting/schematics/schematic_table.json
|
||||
dd2b5bfb7ebd836e8b5639894736c226f2cac8c0 data/create/recipes/crafting/tree_fertilizer.json
|
||||
78526658ca5ccaa3729c967b5283069945d183b7 data/create/recipes/smelting/bread.json
|
||||
04bb0c80f3b5a6fe86fc4a8ed5293fc74c2d9aba data/create/recipes/smelting/copper_ingot_from_crushed.json
|
||||
d5b29fa27977691c3c50eb36c28bfe33b8462d09 data/create/recipes/smelting/glass_from_framed_glass.json
|
||||
|
@ -435,19 +463,27 @@ ab1a181eb787f501ae7b8a8c6da2d3adb35a8f2b data/create/recipes/smelting/glass_pane
|
|||
ad412d18c2084dc74fff8a079a2e7ffb20f9a0c6 data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json
|
||||
67c1143c7aac88a9cc91b98dbca60770cb1422a5 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json
|
||||
461e4dede50a4a318281ae9c086c8094470e21a1 data/create/recipes/smelting/gold_ingot_from_crushed.json
|
||||
ae05209f9f639c7709bb25d0ff5f09f1af6cffcf data/create/recipes/smelting/ingot_aluminum_compat_ic2.json
|
||||
fa0d3d6f50d344aa83ddf4ac8abf4a80deb9fb32 data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json
|
||||
4e8cf8775719219849b1a0e95903a3605b665015 data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json
|
||||
cfa90e7ba56d1ec6caa11bd019244bddd51da841 data/create/recipes/smelting/ingot_lead_compat_mekanism.json
|
||||
921031330fc9d1d5cf8293d7863145d9b7c8becf data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json
|
||||
e718631b4ac8e8bb036435dd2b39c0ce77fa290d data/create/recipes/smelting/ingot_osmium_compat_mekanism.json
|
||||
9126190da9b9bf21ef6a9681daa61ac01582dd71 data/create/recipes/smelting/ingot_silver_compat_ic2.json
|
||||
ba80d1df860afa164dfba71ee3f16438f288b6aa data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json
|
||||
fb556ed9c7405d4aba35cdbc306c000530d51774 data/create/recipes/smelting/ingot_tin_compat_ic2.json
|
||||
9f8472e42fc3b1db65cbf5c878f4788846cf88b6 data/create/recipes/smelting/ingot_tin_compat_mekanism.json
|
||||
2abae5f5258ed4c5c7fa8b9f1db3e648a0bc2b30 data/create/recipes/smelting/ingot_uranium_compat_ic2.json
|
||||
b7830b774bfab54957b55c8ddc414b2427a49191 data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json
|
||||
a7b6ae172fb21be2d2b66da82a603300fae16185 data/create/recipes/smelting/ingot_uranium_compat_mekanism.json
|
||||
5865b56a6e7dfc486235b635cf5a40e9d82cb79d data/create/recipes/smelting/iron_ingot_from_crushed.json
|
||||
4711b10a0ab97bf933106ac5e397ffa17e92abf7 data/create/recipes/smelting/lead_ingot_compat_oreganized.json
|
||||
76336bf2c2f35386a997cbc3125ae423595dd207 data/create/recipes/smelting/lead_ingot_compat_thermal.json
|
||||
cc1e46b361bffebdf63c970d6f8bf09068e28e5b data/create/recipes/smelting/nickel_ingot_compat_thermal.json
|
||||
0421f39da684e9cdd35c43d6e7e4706a2438d9d5 data/create/recipes/smelting/scoria.json
|
||||
bb9e0e7f5526a52355e12979373bcdaefe01c1a6 data/create/recipes/smelting/silver_ingot_compat_galosphere.json
|
||||
764525c2a2e345d3aaed9723e73cef70ed09d7df data/create/recipes/smelting/silver_ingot_compat_iceandfire.json
|
||||
a7f1b27faf285dbb0867d7ab636e40c6a1326864 data/create/recipes/smelting/silver_ingot_compat_oreganized.json
|
||||
51d4140efc896d4cf426426101048405fc4243bc data/create/recipes/smelting/silver_ingot_compat_thermal.json
|
||||
fd994dc211b5da51c440703f3b3e14caa04de562 data/create/recipes/smelting/tin_ingot_compat_thermal.json
|
||||
8ea35f78211932c11630cb03625b269ef55ef11a data/create/recipes/smelting/zinc_ingot_from_crushed.json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:47:44.9018689 Create's Damage Type Tags
|
||||
// 1.20.1 2024-08-07T16:05:58.761516 Create's Damage Type Tags
|
||||
7884716b2f4bb1330ff215366bb4bab06e4728c2 data/minecraft/tags/damage_type/bypasses_armor.json
|
||||
1fcad1f89265fba8bdb05b03a1dfcc88d7b7a550 data/minecraft/tags/damage_type/is_explosion.json
|
||||
08324c61115b72bb8a6370d7f34d84d9a31afd16 data/minecraft/tags/damage_type/is_fire.json
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.3652491 Create's Processing Recipes
|
||||
// 1.20.1 2024-08-07T16:05:58.6925297 Create's Processing Recipes
|
||||
3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json
|
||||
8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json
|
||||
8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json
|
||||
5e2514e027cc0dbad48160e6b8e5bf0f25eba8f0 data/create/recipes/compacting/diorite_from_flint.json
|
||||
54c94ae8d964dba1de2441088f6a312c687cbf71 data/create/recipes/compacting/granite_from_flint.json
|
||||
c558dddeacf6f8bfa29d74b68093ecfea619d43f data/create/recipes/compacting/honey.json
|
||||
d4dc546ff711eae1a0621ede8b63897037a88bd1 data/create/recipes/compacting/ice.json
|
||||
e00be6905b6bcf72de937e3fe8bbceee6440a6b1 data/create/recipes/crushing/aluminum_ore.json
|
||||
60262e911676a7f8309408fd15b373f1498493b9 data/create/recipes/crushing/amethyst_block.json
|
||||
8e20ddc94fda889dbac25de59e7a3158984098c3 data/create/recipes/crushing/amethyst_cluster.json
|
||||
|
@ -12,10 +13,113 @@ e00be6905b6bcf72de937e3fe8bbceee6440a6b1 data/create/recipes/crushing/aluminum_o
|
|||
c444abdd432670f6a2b508c513302e119cb07186 data/create/recipes/crushing/asurine_recycling.json
|
||||
66b51fd1036641802667338a1d79a825a338077c data/create/recipes/crushing/blaze_rod.json
|
||||
29e7e74108755e0a07b1d3d1e8d4dcaf2b401572 data/create/recipes/crushing/coal_ore.json
|
||||
fe351d413ff95ed8dc5da8fc50190492739ed61b data/create/recipes/crushing/compat/ae2/deepslate_quartz_ore.json
|
||||
29ba89eb04c808cc8a03e2c75ae741090f0fb0b4 data/create/recipes/crushing/compat/ae2/quartz_ore.json
|
||||
d9a48b3aa36cfe4f792a31fd3ee50b442c1177f9 data/create/recipes/crushing/compat/aether/ambrosium_ore.json
|
||||
81bdb03461bec6f8ca1201caa93805a751d7cda6 data/create/recipes/crushing/compat/aether/zanite_ore.json
|
||||
73914b149bbd72251c1bd9a54cf6d087f6b2ba0b data/create/recipes/crushing/compat/byg/ametrine_ore.json
|
||||
d468d9fbd206bd78dc3cc37ce6fcccbc3a89bc5c data/create/recipes/crushing/compat/byg/anthracite_ore.json
|
||||
3481a8838049addc6d3514615fccab01a7eda830 data/create/recipes/crushing/compat/byg/blue_nether_gold_ore.json
|
||||
d7ad1072113e56e3efa572c3d7d1508499015818 data/create/recipes/crushing/compat/byg/blue_nether_quartz_ore.json
|
||||
ea09b911ec971760574868ffc48da4dafd836d3d data/create/recipes/crushing/compat/byg/brimstone_nether_gold_ore.json
|
||||
f9cf46d9d2fc78a3d4092ae0baf9cf90fb7f38ca data/create/recipes/crushing/compat/byg/brimstone_nether_quartz_ore.json
|
||||
94274bdc8fd928576ea380dd90f33b79b507b647 data/create/recipes/crushing/compat/byg/cryptic_redstone_ore.json
|
||||
b4e8eed87747da8dfdfe2ad3ffd8534b900b38ad data/create/recipes/crushing/compat/byg/emeraldite_ore.json
|
||||
9c6b0c1f78c5027b4e781f3126a734b65cb40f46 data/create/recipes/crushing/compat/byg/lignite_ore.json
|
||||
06bae2f87dfe431c1f5df9675de5ce2a6aac7802 data/create/recipes/crushing/compat/byg/pervaded_netherrack.json
|
||||
a7177964fe7921dbca27197c6271d6d8c5264665 data/create/recipes/crushing/compat/byg/red_rock.json
|
||||
808305f43b6a4d3fe2030ba55a86c510346ff164 data/create/recipes/crushing/compat/druidcraft/amber_ore.json
|
||||
ae0691d4885a8b67c1ba1f7f3b4f8fc6db9de403 data/create/recipes/crushing/compat/druidcraft/fiery_glass_ore.json
|
||||
375daf4d1a5d847a253ce817b8fe99d47526cbb5 data/create/recipes/crushing/compat/druidcraft/moonstone_ore.json
|
||||
6a2927807d18873b9eccfe4e9eb915ea7d829cba data/create/recipes/crushing/compat/elementaryores/ore_coal_end.json
|
||||
fb4bbcf76c49643f0e4afc1bcf343d1eb07e5236 data/create/recipes/crushing/compat/elementaryores/ore_coal_nether.json
|
||||
e8c0e1258cf047b986693609b19d94c603d12d14 data/create/recipes/crushing/compat/elementaryores/ore_copper_end.json
|
||||
f66bc876f13b7523917f60ef4cf0d9faa99883df data/create/recipes/crushing/compat/elementaryores/ore_copper_nether.json
|
||||
e0b7f9cd217387dfacb9e6e3741ef226ee519d6c data/create/recipes/crushing/compat/elementaryores/ore_diamond_end.json
|
||||
8e1898aeccb293ba69b19678576eabb870a22ad7 data/create/recipes/crushing/compat/elementaryores/ore_diamond_nether.json
|
||||
fd27de35297f21376e9d1054409f6c2ed1fe68ed data/create/recipes/crushing/compat/elementaryores/ore_emerald_end.json
|
||||
587cfb12b91ac731f9e9a9dd7ee387b221bd286c data/create/recipes/crushing/compat/elementaryores/ore_emerald_nether.json
|
||||
f1303c38024d102c2885babd59f50fcfb2f20b8c data/create/recipes/crushing/compat/elementaryores/ore_ender_end.json
|
||||
fa4af21ec7ca9d6bd96278135b2007ebca0f70cc data/create/recipes/crushing/compat/elementaryores/ore_ghast_nether.json
|
||||
c39a4ad9ef83dec45c38394d99d3b9f9e0d1d824 data/create/recipes/crushing/compat/elementaryores/ore_iron_end.json
|
||||
4222415db5c5c0cc8aafbfdbcebd295c377bb44b data/create/recipes/crushing/compat/elementaryores/ore_iron_nether.json
|
||||
42a9c2ddfac196865694db470638c81f73c46bb9 data/create/recipes/crushing/compat/elementaryores/ore_lapis_end.json
|
||||
eac0542063e8718c9788c8b60144e35bbfdfcb24 data/create/recipes/crushing/compat/elementaryores/ore_lapis_nether.json
|
||||
afed14982eb85caf831e84a7e4309aa166f53823 data/create/recipes/crushing/compat/elementaryores/ore_redstone_end.json
|
||||
cc42c9d452ac585f5ef91627d96ba6218bb36663 data/create/recipes/crushing/compat/elementaryores/ore_redstone_nether.json
|
||||
d98fab5641d0b4245d27bf0e3ce60676fb1980eb data/create/recipes/crushing/compat/exnihilosequentia/andesite.json
|
||||
4153b4d4aaa532f93af0b12b8c65c665687d7dcd data/create/recipes/crushing/compat/exnihilosequentia/crushed_diorite.json
|
||||
dc2553cb5b88b17b50b39d4f1177b3985d7d2700 data/create/recipes/crushing/compat/exnihilosequentia/crushed_netherrack.json
|
||||
b45d8a7aaad59c5168140f185c74555c1d78770f data/create/recipes/crushing/compat/exnihilosequentia/diorite.json
|
||||
4fd1a7c2a564dd60b11688cfed12f9531bd7e0f1 data/create/recipes/crushing/compat/exnihilosequentia/dust.json
|
||||
92b384f37ff0b4b95a4e0f0a9a373b8439c5c3cf data/create/recipes/crushing/compat/exnihilosequentia/end_stone.json
|
||||
9ad3bd8dce2178bcda4990681a7845365fb30a77 data/create/recipes/crushing/compat/exnihilosequentia/granite.json
|
||||
c9f6c53c34c4891a245dd9515eb573b40b4f3e0b data/create/recipes/crushing/compat/exnihilosequentia/netherrack.json
|
||||
0fedb41388b4f04e544f45d7182d91b2e9230bc6 data/create/recipes/crushing/compat/galosphere/allurite.json
|
||||
9e255904c7a3277d6084183c0921392df0c7918d data/create/recipes/crushing/compat/galosphere/amethyst.json
|
||||
b04f95c02f37a0398c209a02ad08a8b0e9aaaaa9 data/create/recipes/crushing/compat/galosphere/lumiere.json
|
||||
bea05bc584958f479078cd6c16a06c50eae859cc data/create/recipes/crushing/compat/neapolitan/ice.json
|
||||
2358ce4b7a3acb08d3d0a3e64295fb97dea2ec02 data/create/recipes/crushing/compat/quark/moss_block.json
|
||||
3012e1a64f2889b2a735a4690b3562cabd2119a6 data/create/recipes/crushing/compat/silentgems/agate_ore.json
|
||||
2631b2bdcf091f4d400e0a9d2be6f1f772edfdc9 data/create/recipes/crushing/compat/silentgems/alexandrite_ore.json
|
||||
7a52da99e52f635b5e25d506891e14a0c9203a1d data/create/recipes/crushing/compat/silentgems/amber_ore.json
|
||||
7e888d9baf81588c7af937e02144800643358507 data/create/recipes/crushing/compat/silentgems/amethyst_ore.json
|
||||
218b568bfef559c54503ebba99188f9743220b58 data/create/recipes/crushing/compat/silentgems/ametrine_ore.json
|
||||
d11b5a993f5ed0105eb63361d8e9e8739d8a5273 data/create/recipes/crushing/compat/silentgems/ammolite_ore.json
|
||||
1511e1507ad8b159c5688deb8a7a1c7288c38a46 data/create/recipes/crushing/compat/silentgems/apatite_ore.json
|
||||
9af4c73eb8b6c8687ff0ed748103f7b9da244955 data/create/recipes/crushing/compat/silentgems/aquamarine_ore.json
|
||||
dce6de74ea0923bf1029b92d939eb3edcf5ee2f2 data/create/recipes/crushing/compat/silentgems/beniotite_ore.json
|
||||
3f60a2cdfec1d15ad4dd8ccc5fd4e7d14ccafc14 data/create/recipes/crushing/compat/silentgems/black_diamond_ore.json
|
||||
21c0ee3b80c3c9b5612367b63a981fe526d5d996 data/create/recipes/crushing/compat/silentgems/carnelian_ore.json
|
||||
3e7d1732bfc2a2055b67b4bc06b3df7a605ce770 data/create/recipes/crushing/compat/silentgems/cats_eye_ore.json
|
||||
8529f8f88beb4b69f234838974178a3554a06596 data/create/recipes/crushing/compat/silentgems/chrysoprase_ore.json
|
||||
1f5eaa337f7b3262b83d99b2d8e8179bbf20fc89 data/create/recipes/crushing/compat/silentgems/citrine_ore.json
|
||||
1bf6fb3289fdf61ac465e1653fb17f89515bb4c7 data/create/recipes/crushing/compat/silentgems/coral_ore.json
|
||||
51750d1bb1c47fe28a0bedf3572b128b02407280 data/create/recipes/crushing/compat/silentgems/eculase_ore.json
|
||||
d4402f6d504889a735c1b1a5c61e74edab052d67 data/create/recipes/crushing/compat/silentgems/flourite_ore.json
|
||||
c04259acb68b96e6feb3e1736ac1340d85b7c6fc data/create/recipes/crushing/compat/silentgems/garnet_ore.json
|
||||
e4f99efcba49c5603dd124e0845671d563e429a2 data/create/recipes/crushing/compat/silentgems/green_sapphire_ore.json
|
||||
3b2ee5a7ecffb1dad32d7240f6c42708760ba338 data/create/recipes/crushing/compat/silentgems/helidor_ore.json
|
||||
f3257c0e08c4da373862ab9128df3a28fec17d26 data/create/recipes/crushing/compat/silentgems/iolite_ore.json
|
||||
41d6e410fa32e53651c9c46d52311685a7dc946c data/create/recipes/crushing/compat/silentgems/jade_ore.json
|
||||
45a3bc9fe0e66e8ffb2bf3349dfa091e80710a27 data/create/recipes/crushing/compat/silentgems/jasper_ore.json
|
||||
872fcc361cf08203549f6223206e523709f4537a data/create/recipes/crushing/compat/silentgems/kunzite_ore.json
|
||||
ea65f0bb86c444401491f2f020dc040d263f4def data/create/recipes/crushing/compat/silentgems/kyanite_ore.json
|
||||
fc82de6fb3d4d273a3f2c6d8ad478bdc32ac999c data/create/recipes/crushing/compat/silentgems/lepidolite_ore.json
|
||||
7c505b5d2f30427a1e8c48d2d8c4b38366246284 data/create/recipes/crushing/compat/silentgems/malachite_ore.json
|
||||
36f7fe4671a8ec1f8aa7a78260ce306033501691 data/create/recipes/crushing/compat/silentgems/moldavite_ore.json
|
||||
d7e1a32643316bd16b447467b7a3b09afa87bc42 data/create/recipes/crushing/compat/silentgems/moonstone_ore.json
|
||||
3c639cd381bca99d3eda87e7fb2174efaba72dd5 data/create/recipes/crushing/compat/silentgems/morganite_ore.json
|
||||
a63a9a5a183fde65793f9856c987512b612a6b83 data/create/recipes/crushing/compat/silentgems/onyx_ore.json
|
||||
6529e9e8289a2808647291f27bbcfabd340b5e57 data/create/recipes/crushing/compat/silentgems/opal_ore.json
|
||||
9fa1bd00dcde3d7962bb93cf2500501143a37aa9 data/create/recipes/crushing/compat/silentgems/pearl_ore.json
|
||||
466501f69b3c8b3ca7ad63f8db29f23136269e94 data/create/recipes/crushing/compat/silentgems/peridot_ore.json
|
||||
e697a2ad8aa0580606a9bf27819107d9d0ba41df data/create/recipes/crushing/compat/silentgems/phosphophyllite_ore.json
|
||||
90c3c7ac36a3664c0ffbe31810369756ce010cfe data/create/recipes/crushing/compat/silentgems/pyrope_ore.json
|
||||
ff54345899fa142839e496a737fa0a740b0d32db data/create/recipes/crushing/compat/silentgems/rose_quartz_ore.json
|
||||
701ed26488cda81ee2ddd48e51f96890dee99899 data/create/recipes/crushing/compat/silentgems/ruby_ore.json
|
||||
f71bbcece1d63299ccf5bf892883abc67bab1d7d data/create/recipes/crushing/compat/silentgems/sapphire_ore.json
|
||||
90ee28fbd167d9b3a35229a88739d642f7fecc82 data/create/recipes/crushing/compat/silentgems/sodalite_ore.json
|
||||
4fa0967bfe4b9017ea3d58fd6d56300506b8ba69 data/create/recipes/crushing/compat/silentgems/spinel_ore.json
|
||||
a66d3ddd2e214fd730e695a3c076507a09cc21ed data/create/recipes/crushing/compat/silentgems/sunstone_ore.json
|
||||
403e9e40b2dfbb3c8b1f5c2e56af520d8567de3b data/create/recipes/crushing/compat/silentgems/tanzite_ore.json
|
||||
57dcf6539dd33f043b8a99f72f7b43e9380688d9 data/create/recipes/crushing/compat/silentgems/tektite_ore.json
|
||||
7e65a919156d62f2316b91198477eb3745285711 data/create/recipes/crushing/compat/silentgems/topaz_ore.json
|
||||
4fb0c49b9385436cd85445c1ff0d7c0a69121596 data/create/recipes/crushing/compat/silentgems/turquoise_ore.json
|
||||
70a01ee6bc686cda8390d77d304d9e5fcb715a89 data/create/recipes/crushing/compat/silentgems/yellow_diamond_ore.json
|
||||
000995de66f5883cf0e24dcb5895860e4fc5a69f data/create/recipes/crushing/compat/silentgems/zircon_ore.json
|
||||
5198e4e42ba81b048e1c2512fff64ecd4f9afe70 data/create/recipes/crushing/compat/simplefarming/barley.json
|
||||
7a3f91add5e9cbaafd5ab29acf2b26fa6f0f9eec data/create/recipes/crushing/compat/simplefarming/oat.json
|
||||
4c344201ebf58640d386d68adf864446bd3d8389 data/create/recipes/crushing/compat/simplefarming/rice.json
|
||||
a5537631def291e7da320d2bc8c6256db45ea622 data/create/recipes/crushing/compat/simplefarming/rye.json
|
||||
4774b880ce6d1b0e4dc5fe95c65ce697253a43d7 data/create/recipes/crushing/compat/thermal/apatite_ore.json
|
||||
ef8e75c897962c4bc4fa4ccaa42b374bbeb633e8 data/create/recipes/crushing/compat/thermal/cinnabar_ore.json
|
||||
e16232b73076c46164a7b0352398e19db30af6c5 data/create/recipes/crushing/compat/thermal/niter_ore.json
|
||||
05da2e5ca7871402b29ace6e543aeb008a78af80 data/create/recipes/crushing/compat/thermal/sulfur_ore.json
|
||||
ad91e6a560bdb8ef311862a0fee1f316529ed439 data/create/recipes/crushing/copper_ore.json
|
||||
0ff7fa09b2ae808bc29c4d87985deccab5de2de5 data/create/recipes/crushing/crimsite.json
|
||||
50c9a45e77d266852317fa1bac6c17443cfd986c data/create/recipes/crushing/crimsite_recycling.json
|
||||
b6995978092ed3080efd49e52571ff59205f7c85 data/create/recipes/crushing/deepslate_coal_ore.json
|
||||
091602442de918ea38482277fcdd98443111d585 data/create/recipes/crushing/deepslate_coal_ore.json
|
||||
9aa9bcd71da7ebb25301211426e988e71c9bff97 data/create/recipes/crushing/deepslate_copper_ore.json
|
||||
4afc9cc723bdee47ed2176f32323f1fca152765f data/create/recipes/crushing/deepslate_diamond_ore.json
|
||||
94d706cac7779cf8dc3aa8822605a4ee9d0ba047 data/create/recipes/crushing/deepslate_emerald_ore.json
|
||||
|
@ -26,22 +130,24 @@ e266d091252d692dcd0618f34754536fe0aa98b3 data/create/recipes/crushing/deepslate_
|
|||
64688579de20cbc0f4a7e4a589140fbbce408fcf data/create/recipes/crushing/deepslate_zinc_ore.json
|
||||
69e0a401b424cb82ab3387a0b23bd7241f80f56e data/create/recipes/crushing/diamond_horse_armor.json
|
||||
35cff9ebc59e837a2beafd2d4ec80e088459344c data/create/recipes/crushing/diamond_ore.json
|
||||
a0511a15499653d983ad8b85b9f763643cca3aca data/create/recipes/crushing/diorite.json
|
||||
5cc17c5a45855d82d471f96c1c82d8d031bd3e16 data/create/recipes/crushing/diorite.json
|
||||
df364151c75a7d84446b2c6213e339115bc9d298 data/create/recipes/crushing/diorite_recycling.json
|
||||
9e89294e53a94a05af47948c21ad192ef18f7710 data/create/recipes/crushing/emerald_ore.json
|
||||
9c3989fd9e72e21353803f475a08b8f199717c1f data/create/recipes/crushing/gilded_blackstone.json
|
||||
3c4c78e3a7137022f8f6e90324af6c8f97050e80 data/create/recipes/crushing/glowstone.json
|
||||
95b76da439260151355fff74b3b7398ce13d6968 data/create/recipes/crushing/golden_horse_armor.json
|
||||
b036b1654d2deec20aca95ff43b60c7d0b28b2fc data/create/recipes/crushing/gold_ore.json
|
||||
95b76da439260151355fff74b3b7398ce13d6968 data/create/recipes/crushing/golden_horse_armor.json
|
||||
cc939ba59b95db1c7a034df6f9e656772074a5fd data/create/recipes/crushing/gravel.json
|
||||
17ab2d789c9c2df122b6a96ab06bbe2c02592a93 data/create/recipes/crushing/iron_horse_armor.json
|
||||
c9a47b29ba75ba29c8cb630fe32c4bf2f1f1d1ae data/create/recipes/crushing/iron_ore.json
|
||||
855b6655dea911724ee68d07b993f17440ac422e data/create/recipes/crushing/lapis_ore.json
|
||||
492827ab3d55ca3edfef5eb006b1f77d62e1b446 data/create/recipes/crushing/lead_ore.json
|
||||
e170bc17a796c73a05d2d77a85c086cfaac55c31 data/create/recipes/crushing/leather_horse_armor.json
|
||||
4317165fc125d179cfbe66d15ba6368cdf1d7811 data/create/recipes/crushing/netherrack.json
|
||||
606ccdf3119a62ab461028192d191ffb10332e21 data/create/recipes/crushing/netherrack.json
|
||||
07e8991a2161aab4dd73bb74900fd0c70aad2847 data/create/recipes/crushing/nether_gold_ore.json
|
||||
c7c0d94707c2858a87d01cff6b284d7fb85acdbe data/create/recipes/crushing/nether_quartz_ore.json
|
||||
0380b9416b263de2ee6a6cd1f4064df2e243c047 data/create/recipes/crushing/nether_wart_block.json
|
||||
4317165fc125d179cfbe66d15ba6368cdf1d7811 data/create/recipes/crushing/netherrack.json
|
||||
d3534d606382ec7c1d34275c5f069543d0955906 data/create/recipes/crushing/nickel_ore.json
|
||||
66f75530e30d8572bdbf4696a32edc5a7850ac00 data/create/recipes/crushing/obsidian.json
|
||||
17cacb19493b9bbe7236b19a2a50a817c449a915 data/create/recipes/crushing/ochrum.json
|
||||
|
@ -115,6 +221,36 @@ af1ca00e05d554bba1d85c766e52560d5ea8fe4d data/create/recipes/cutting/compat/ars_
|
|||
1a66e7e6dfba9531bbb5a1d0bf014e16d6cbb6be data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json
|
||||
5c1c8275b2e30fdf387dcf358fd41e995e817c86 data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json
|
||||
9dc5bd8a1002b9d299d60a405720950eb0b4e9ab data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json
|
||||
08337ca1d46e04197fa31ccc21c3fcbbc0efde5a data/create/recipes/cutting/compat/atmospheric/aspen_log.json
|
||||
1077e644ee8e83e39dbd695e5ed7b12591aedcfa data/create/recipes/cutting/compat/atmospheric/aspen_wood.json
|
||||
339cc9026c5d89c8b78283baf5f21cb8b4471bad data/create/recipes/cutting/compat/atmospheric/grimwood.json
|
||||
a8c2ff06f663881b1edbf7eab5e91083e59cf568 data/create/recipes/cutting/compat/atmospheric/grimwood_log.json
|
||||
16640492eab4c22bf18e06fdf7a0469e1326f10b data/create/recipes/cutting/compat/atmospheric/kousa_log.json
|
||||
0f2b8fa779cd3bc6e2ac04aa16596e08bda29578 data/create/recipes/cutting/compat/atmospheric/kousa_wood.json
|
||||
0689201dddce046ef830ae791dc614ebcd6bb26d data/create/recipes/cutting/compat/atmospheric/morado_log.json
|
||||
f3968dddde6ace179c0b6463aba17e212a93629a data/create/recipes/cutting/compat/atmospheric/morado_wood.json
|
||||
41bb788e28c66d8a7415ec3731ca09f440864a9a data/create/recipes/cutting/compat/atmospheric/rosewood.json
|
||||
4c49e3ac52fd466929a63e5009dce631040ba6ba data/create/recipes/cutting/compat/atmospheric/rosewood_log.json
|
||||
a90a322d3acc2115e9a52c0e288215991c5ed143 data/create/recipes/cutting/compat/atmospheric/stripped_aspen_log.json
|
||||
482e9a0464c877c21cf37925e20b6aeff633676c data/create/recipes/cutting/compat/atmospheric/stripped_aspen_wood.json
|
||||
2d05a0460606960c7e73d2a67012b7dc55c00356 data/create/recipes/cutting/compat/atmospheric/stripped_grimwood.json
|
||||
c2bfa5fa40905cb3bd2511d94907252e86afe7b8 data/create/recipes/cutting/compat/atmospheric/stripped_grimwood_log.json
|
||||
092cae4bd9d8dd5626fd4b5c072520977dfa8a4e data/create/recipes/cutting/compat/atmospheric/stripped_kousa_log.json
|
||||
cc69f0162e8fdd56e2e6a8d3423acd09a977f56d data/create/recipes/cutting/compat/atmospheric/stripped_kousa_wood.json
|
||||
e9d88cf3cd60e6d43af7d1d16a174f88fcf1233d data/create/recipes/cutting/compat/atmospheric/stripped_morado_log.json
|
||||
5f55e43d57c00b48c010609da73e7aa009f6c49a data/create/recipes/cutting/compat/atmospheric/stripped_morado_wood.json
|
||||
ecfda5a9474fda3772c4cdfbe213c1350ed9ee38 data/create/recipes/cutting/compat/atmospheric/stripped_rosewood.json
|
||||
c4e9a1327e2926f0517feaaf39c9629da8629312 data/create/recipes/cutting/compat/atmospheric/stripped_rosewood_log.json
|
||||
924b4b9d24d2544aa04e7a713e6ce4674450b616 data/create/recipes/cutting/compat/atmospheric/stripped_yucca_log.json
|
||||
ec6c644a9381526ea5c507a1968627fc880041ac data/create/recipes/cutting/compat/atmospheric/stripped_yucca_wood.json
|
||||
c528538d50280aa575d642076b4d82e905cd5742 data/create/recipes/cutting/compat/atmospheric/yucca_log.json
|
||||
fa41576ce1f7524bcd5c9d0bd755872c61594906 data/create/recipes/cutting/compat/atmospheric/yucca_wood.json
|
||||
bca0cb14b60f7982d3e25f1fa082fc6c1d297cac data/create/recipes/cutting/compat/autumnity/maple_log.json
|
||||
d95f86b26b21356ce3a9305d31143984489bd044 data/create/recipes/cutting/compat/autumnity/maple_wood.json
|
||||
b66953dee0ea9804e22aa6f296c49e81f34d2d18 data/create/recipes/cutting/compat/autumnity/sappy_maple_log.json
|
||||
bf5a4170f365901a3d850387ff6338e576f8e8eb data/create/recipes/cutting/compat/autumnity/sappy_maple_wood.json
|
||||
598201da89849526cc316b63b297814bc52d75d1 data/create/recipes/cutting/compat/autumnity/stripped_maple_log.json
|
||||
b93e929d2078211fd70d6df8d4eb065e6d4cc112 data/create/recipes/cutting/compat/autumnity/stripped_maple_wood.json
|
||||
2469ee3ee07486d125fa476845533ef6bb1c9eb6 data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json
|
||||
0b80cdc4c48ce36d300aaa54be2f49fa684d2b41 data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json
|
||||
76872508fd1b302d4e94a2017ea72f7d38de6273 data/create/recipes/cutting/compat/biomesoplenty/dead_log.json
|
||||
|
@ -133,8 +269,6 @@ fa8a8440905213675dd769ae29509a1cbcabb1c1 data/create/recipes/cutting/compat/biom
|
|||
184b9042633580815a6d1e2e1f1d3c543f26a3e4 data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json
|
||||
919a8fbf9f8e7f398a28a8af71ca4ad48ed8d6db data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json
|
||||
165e2642f98885734b3f815579ff589b8f0b870e data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json
|
||||
e01b8ec89beb25e803d5c7a3cc02b8623065584c data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json
|
||||
c7290c1339ca052176a1907ae9264ad106cd0238 data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json
|
||||
1a3f84111c5027304bfe8d037fa853125b2183c2 data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json
|
||||
8f2c2015927767d627be865dc603530dd05328ee data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json
|
||||
822d84a550496c7f2c3ee127314a50512dfe5c8c data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json
|
||||
|
@ -161,8 +295,6 @@ f3c630ba88419ea2fdf55b03eac22aac88acd56c data/create/recipes/cutting/compat/biom
|
|||
f661dc5faff7e08489ef6ac4996864b79e53804a data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json
|
||||
c3c4999b33f2f29f31f1ac2cd0256694e530b6ab data/create/recipes/cutting/compat/blue_skies/bluebright_log.json
|
||||
686bb3eab9fd2fc0439ffe7c31c08dee37eb17c3 data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json
|
||||
297eec4fefb378592eb2f74c082379cd93e5c2a9 data/create/recipes/cutting/compat/blue_skies/cherry_log.json
|
||||
62b05ddc8d5d634d9fe0262490f3bf08435ba9ee data/create/recipes/cutting/compat/blue_skies/cherry_wood.json
|
||||
dfcee56f35b64e0b6d9a86a113f56de78f0ce6b3 data/create/recipes/cutting/compat/blue_skies/crystallized_log.json
|
||||
0f6fa127bf9fd14a799985437eb1554a527f71c8 data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json
|
||||
a0ca7db3a2a631be843c697347ad70501b4e700c data/create/recipes/cutting/compat/blue_skies/dusk_log.json
|
||||
|
@ -177,8 +309,6 @@ a5ceee5b1c402dfcb06851a696c4ba4e3c15d790 data/create/recipes/cutting/compat/blue
|
|||
1960934756be7cb82421e9428622eb853c96c451 data/create/recipes/cutting/compat/blue_skies/starlit_wood.json
|
||||
c96c5ecb3913b7611cea45dd45be447313a53278 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json
|
||||
26af6c6fc9e093d466b8a920de16e95aca9e0fe6 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json
|
||||
92086d7f5a5090e934868726542173c0f4694cfe data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json
|
||||
5b0a7d97c604b80cd81f30c6c9baa02dce908f9b data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json
|
||||
2ef370bdc202010ef3f3d28a3df050b785178966 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json
|
||||
e64dc0f1b77303152596c2c092783d06cfaed371 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json
|
||||
523239c7e97a4d0ea9a602324926ff8c7de21122 data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json
|
||||
|
@ -213,8 +343,6 @@ cef520dc7a7c4ec257f2b4ab2b1b134ef29874f0 data/create/recipes/cutting/compat/byg/
|
|||
6b32af35555c83fee27c43858ebe03711c825d36 data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json
|
||||
2325864b4f7a80d466f5eef373f65cccb0557d55 data/create/recipes/cutting/compat/byg/bulbis_stem.json
|
||||
52320312ae0aa6d957f841b430355d96afdbfe0b data/create/recipes/cutting/compat/byg/bulbis_wood.json
|
||||
a1aae5af9bc5a95d90d7350330986743e6ddf408 data/create/recipes/cutting/compat/byg/cherry_log.json
|
||||
82b41df50cfc394aa8e439bf259bba640bb375e8 data/create/recipes/cutting/compat/byg/cherry_wood.json
|
||||
588ea2463640155d79724a694b5152574ea3f2a7 data/create/recipes/cutting/compat/byg/cika_log.json
|
||||
880d0190030e3a70fd2a21ab4fc11604fbaac447 data/create/recipes/cutting/compat/byg/cika_wood.json
|
||||
1fc63cafc946178443d1e362b9730455f2192b25 data/create/recipes/cutting/compat/byg/cypress_log.json
|
||||
|
@ -263,8 +391,6 @@ fec45c1d4084c9de211876a3fd313313c18920b2 data/create/recipes/cutting/compat/byg/
|
|||
608a3d0bb5ca12e95141016099085821e47f4e98 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json
|
||||
087dd3a1c516f9db9729974781bc68e13ff4b3de data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json
|
||||
f45c17bea93fc15f10b0c135ebf334a41a2e68d2 data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json
|
||||
cb67e5541cef77a6dafdc825b39040ee95f86652 data/create/recipes/cutting/compat/byg/stripped_cherry_log.json
|
||||
4fe4537e4e38cbf19e6a2d04481e6d849edc8374 data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json
|
||||
4187543812af8be22977b2b503ffb16ff82e38e6 data/create/recipes/cutting/compat/byg/stripped_cika_log.json
|
||||
72c90971b638693cf7425ff59530672f37433b52 data/create/recipes/cutting/compat/byg/stripped_cika_wood.json
|
||||
c66c179d9989be618909104ba8e0f399ca34a630 data/create/recipes/cutting/compat/byg/stripped_cypress_log.json
|
||||
|
@ -325,12 +451,12 @@ c6b1455c29d3bd0ff387edad10328ba4dd8b7f44 data/create/recipes/cutting/compat/ecol
|
|||
0026f35ef1445df9c3bb83bdfe25898cceffd5e4 data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json
|
||||
e4c5b799335a71a4259de6519ff9fe86fc014c85 data/create/recipes/cutting/compat/ecologics/walnut_log.json
|
||||
45734ddd48ac17b25b88cf1f5b0d227431946cf7 data/create/recipes/cutting/compat/ecologics/walnut_wood.json
|
||||
b0be23a2a268557b1ab26518a9d6ff1e492068fa data/create/recipes/cutting/compat/endergetic/poise_stem.json
|
||||
1581ae3f152ba5784d6b737ed37e0fe8e6317a76 data/create/recipes/cutting/compat/endergetic/stripped_poise_stem.json
|
||||
cbd3c2674078ba4966965990aaa51ee5afc2cf8f data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json
|
||||
17c1e13d1261454992c6063dcecf7e54d4a645a5 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json
|
||||
e5c3b98a78aa3995654583f3ce1c70e7cf8c2130 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json
|
||||
58166d1cdb0e04952667484b6568de9d081aeba3 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json
|
||||
9cc60d3115f09eee286781905a1d0ca11976dbb5 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json
|
||||
4b2e710b98a3fd0a883cf5be9ec75835f8e4631b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json
|
||||
a3035cdad141574294844b8aaa41b92ac76dac2e data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json
|
||||
20e75208dcb1720de5bbf629911f52b95612227f data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json
|
||||
3a9be23a966c2737c5059474c17a86566bc5505f data/create/recipes/cutting/compat/hexcasting/edified_log.json
|
||||
|
@ -341,6 +467,34 @@ f87872a26b790bd29abfc036486474c5db8ee518 data/create/recipes/cutting/compat/inte
|
|||
cd568df5168a0cfccbdaaf767ec63d71871ba3ba data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json
|
||||
b5573785c73cbf3b2c2bd096bb0a12b054819b74 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json
|
||||
ebca8e98bca0a5c8926c4aa5b197d5d436e2e00b data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json
|
||||
1b91f83f2c6e4c6087abc7a136478027b2c7092d data/create/recipes/cutting/compat/nethers_exoticism/jabuticaba_log.json
|
||||
5f074e7d51d851e95469a234666485ae1f913731 data/create/recipes/cutting/compat/nethers_exoticism/ramboutan_log.json
|
||||
d8ea31f8eac026d99a26ab200eeca6faee064d9c data/create/recipes/cutting/compat/nethers_exoticism/ramboutan_wood.json
|
||||
536ed770010fcf8ba56f6333d58fa09b974b95c4 data/create/recipes/cutting/compat/nethers_exoticism/stripped_jabuticaba_log.json
|
||||
8c84afc4870ff5c8d936dd1363e18531f27c6233 data/create/recipes/cutting/compat/nethers_exoticism/stripped_ramboutan_log.json
|
||||
4119174e4e7126b66d05e78e7415558a31ba6540 data/create/recipes/cutting/compat/nethers_exoticism/stripped_ramboutan_wood.json
|
||||
bacf792a68f1a4306c7028e6521a69c26a969183 data/create/recipes/cutting/compat/projectvibrantjourneys/aspen_log.json
|
||||
3fcc8d12a67b9122396d5c03bbc328841f6c316d data/create/recipes/cutting/compat/projectvibrantjourneys/baobab_log.json
|
||||
16bb2e61990218008595b6f23920cb2ef6ce03b2 data/create/recipes/cutting/compat/projectvibrantjourneys/cottonwood_log.json
|
||||
50bc3aa74aa8250e1f99b9b3f245a37ef81dbc0c data/create/recipes/cutting/compat/projectvibrantjourneys/fir_log.json
|
||||
9b4e50f6d9a09596eea6b638a14b6e1d1ab54b20 data/create/recipes/cutting/compat/projectvibrantjourneys/juniper_log.json
|
||||
752fcc929aab962c2306cde60f9a676f70d8dfe5 data/create/recipes/cutting/compat/projectvibrantjourneys/mangrove_log.json
|
||||
99641eeee124922dd259f9755aa66eba560d4cf4 data/create/recipes/cutting/compat/projectvibrantjourneys/maple_log.json
|
||||
7ec474893ba922ad695bd6a119471646928ce82b data/create/recipes/cutting/compat/projectvibrantjourneys/palm_log.json
|
||||
355917b2e4e70ccf5c8feba4b5c99526c8fc0a6f data/create/recipes/cutting/compat/projectvibrantjourneys/pine_log.json
|
||||
9ef4110ba5a7c70ed0e961778b349c3acc620c0f data/create/recipes/cutting/compat/projectvibrantjourneys/redwood_log.json
|
||||
61a8d67e2f051dd25ac8afdf13be2d8fdc6682d0 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_aspen_log.json
|
||||
f38e6e9e18a4b6ae1a0a06a825a525e27af37de0 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_baobab_log.json
|
||||
379a5b32938761404f70e88cc4a20c91fc9a5cd8 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_cottonwood_log.json
|
||||
e3e91e81ca6751e93073df69482230c751a72efe data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_fir_log.json
|
||||
d4bccf5e5045eb0bd5be89f96249d7135695e36a data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_juniper_log.json
|
||||
2b7f66a23ad8b15f0b059259463839faa1b75fef data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_mangrove_log.json
|
||||
0d6faa369b52b15c903ab24f6894797cdfbd3cde data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_maple_log.json
|
||||
4d39b74b0ed7b830067135671940ebf79aae866a data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_palm_log.json
|
||||
b233b2f811b6d4ef1b9595b77f5ba7f0cee8ddeb data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_pine_log.json
|
||||
0b293cb0b338a3937795c47051dd7131e641e566 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_redwood_log.json
|
||||
75559f5d33f679683a9649a2b6e471ee563fcbc0 data/create/recipes/cutting/compat/projectvibrantjourneys/stripped_willow_log.json
|
||||
bb8114426af3e2e175bd07dd35cd1c8eaafdc309 data/create/recipes/cutting/compat/projectvibrantjourneys/willow_log.json
|
||||
a0194f77f72349786f6b87e641c9628f7fe46fdf data/create/recipes/cutting/compat/quark/azalea_log.json
|
||||
17daa6e2505ae75e51def1f1523f9d6f120de696 data/create/recipes/cutting/compat/quark/azalea_wood.json
|
||||
118122fbd3154c0090768d9103e802d2e68b3f06 data/create/recipes/cutting/compat/quark/blossom_log.json
|
||||
|
@ -349,6 +503,100 @@ e05b81a5609420153b3ecace758a153bd88a4bef data/create/recipes/cutting/compat/quar
|
|||
f820204e8d99f21203b001da23e8b44cf61e33e2 data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json
|
||||
af71513af8de414036ff73fee0eaca4b823de99c data/create/recipes/cutting/compat/quark/stripped_blossom_log.json
|
||||
071c8a562233a342875c9cdd392bbebfe719e321 data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json
|
||||
7974c30fac993848316dad8ad14cac27389d434c data/create/recipes/cutting/compat/regions_unexplored/alpha_wood.json
|
||||
27585fe96d7e211e4469c437c82c89c1268cf0bf data/create/recipes/cutting/compat/regions_unexplored/ashen_log.json
|
||||
bf04910ca9246aec3146eff28bc7d5d778c5d6d4 data/create/recipes/cutting/compat/regions_unexplored/ashen_wood.json
|
||||
371e7f6a13a45006c21837847999e6e1b69e6320 data/create/recipes/cutting/compat/regions_unexplored/baobab_log.json
|
||||
2cadb9f9d714f8668291122519a73458d6e6afdb data/create/recipes/cutting/compat/regions_unexplored/baobab_wood.json
|
||||
f124b677daea80e9efdcb58451442403f79ecc59 data/create/recipes/cutting/compat/regions_unexplored/blackwood_log.json
|
||||
809aba67a96fcf9766c4278697ddfbd89ff63db1 data/create/recipes/cutting/compat/regions_unexplored/blackwood_wood.json
|
||||
d6263c38f2a54be9310530cfd5f23aaddda0dbca data/create/recipes/cutting/compat/regions_unexplored/blue_bioshroom_hyphae.json
|
||||
3904212da6e2eb60c453520a44eb22d33fc1c128 data/create/recipes/cutting/compat/regions_unexplored/blue_bioshroom_stem.json
|
||||
780ddd7800cc138177752ee965ccd7cad8e53c6e data/create/recipes/cutting/compat/regions_unexplored/brimwood_log.json
|
||||
15ca75b81a207a347e06c730da7afa106714b9ed data/create/recipes/cutting/compat/regions_unexplored/brimwood_log_magma.json
|
||||
44d643b1724377c9019436f6927b0e1c2de63a42 data/create/recipes/cutting/compat/regions_unexplored/brimwood_wood.json
|
||||
d449dc8b30400627cb509b0bcdc6b63bbb595172 data/create/recipes/cutting/compat/regions_unexplored/cobalt_log.json
|
||||
7ff17654f134c7c13f6008619b76b4e19751728c data/create/recipes/cutting/compat/regions_unexplored/cobalt_wood.json
|
||||
8446d9a9b3ff0140c64d549e33f9f5718fdcceb6 data/create/recipes/cutting/compat/regions_unexplored/cypress_log.json
|
||||
620d71dee83ac1aa16d30c1b4833e15f00a04208 data/create/recipes/cutting/compat/regions_unexplored/cypress_wood.json
|
||||
0fa6e6ac5c19c8660111c07b13f0d82cf339910b data/create/recipes/cutting/compat/regions_unexplored/dead_log.json
|
||||
30a08ae6222bebf4c6fbfc5801ccc30b5d01e417 data/create/recipes/cutting/compat/regions_unexplored/dead_wood.json
|
||||
696b5f3eb788a5ab8dc35f91ffbc575d987af4b1 data/create/recipes/cutting/compat/regions_unexplored/eucalyptus_log.json
|
||||
641e17384aa1ed504157ee8b4c3bf839f864199c data/create/recipes/cutting/compat/regions_unexplored/eucalyptus_wood.json
|
||||
e8b754d24ae46631a97ffa6b15f4676768c4e219 data/create/recipes/cutting/compat/regions_unexplored/green_bioshroom_hyphae.json
|
||||
3401ba3b7c8fa6023566e99532f035e4d78463ea data/create/recipes/cutting/compat/regions_unexplored/green_bioshroom_stem.json
|
||||
0e2885c8819270dd0ea9b423eb17aabce17f50b6 data/create/recipes/cutting/compat/regions_unexplored/joshua_log.json
|
||||
fd296307a65df37d2c952b3de9e79234b36c8bf8 data/create/recipes/cutting/compat/regions_unexplored/joshua_wood.json
|
||||
b063c34700782af4ba8e5b353faa93a6af63e133 data/create/recipes/cutting/compat/regions_unexplored/kapok_log.json
|
||||
44375fea18ff6312a05eb4948cf23916cad31bb7 data/create/recipes/cutting/compat/regions_unexplored/kapok_wood.json
|
||||
74e328e600a2ce311638acf6b0cda2dca7e689bd data/create/recipes/cutting/compat/regions_unexplored/larch_log.json
|
||||
519d0a467bafd51425e588c1452b326485ac504a data/create/recipes/cutting/compat/regions_unexplored/larch_wood.json
|
||||
9d8f4845c835ba07d4f1f0f07b8d9ed39fb3514a data/create/recipes/cutting/compat/regions_unexplored/magnolia_log.json
|
||||
4b367599792101bd5403aba96e973748fc91e8cf data/create/recipes/cutting/compat/regions_unexplored/magnolia_wood.json
|
||||
caaefb19635f7fbec31d87d7ef40172c25e48b72 data/create/recipes/cutting/compat/regions_unexplored/maple_log.json
|
||||
b8731d1b36bac59a519a496ce5253595be58ca57 data/create/recipes/cutting/compat/regions_unexplored/maple_wood.json
|
||||
3cb94f34a0318442ea3a9225366587bf1aa0a01a data/create/recipes/cutting/compat/regions_unexplored/mauve_log.json
|
||||
587727f7998dd25ee3441aa6f0ed1736262b8a55 data/create/recipes/cutting/compat/regions_unexplored/mauve_wood.json
|
||||
aecbe7b08f8374331f976434daff89c4e4922efd data/create/recipes/cutting/compat/regions_unexplored/palm_log.json
|
||||
3a83e8d7cac67638b76a8b30d469faaae71e9d6a data/create/recipes/cutting/compat/regions_unexplored/palm_wood.json
|
||||
40b46cba392e02498406b90536b8da540df0eb76 data/create/recipes/cutting/compat/regions_unexplored/pine_log.json
|
||||
9fe88b00cb4c42ed5677f46bccdf2c05fd085c5f data/create/recipes/cutting/compat/regions_unexplored/pine_wood.json
|
||||
7a11eb2ede6e9d5f1284e6223c52465493901f79 data/create/recipes/cutting/compat/regions_unexplored/pink_bioshroom_hyphae.json
|
||||
78fb2663e91d8f6494ff1348f2d83633e50713ee data/create/recipes/cutting/compat/regions_unexplored/pink_bioshroom_stem.json
|
||||
eb7b75678cf8ae102eee91456bd8d4387acfb146 data/create/recipes/cutting/compat/regions_unexplored/redwood_log.json
|
||||
d1da4369daa6c4fd16dfeff7551c218949e122d5 data/create/recipes/cutting/compat/regions_unexplored/redwood_wood.json
|
||||
aa75d5f92d23fb24aece736145ac8372f6cff3f3 data/create/recipes/cutting/compat/regions_unexplored/silver_birch_log.json
|
||||
3218231281a0afda1cef330a022e450efac18927 data/create/recipes/cutting/compat/regions_unexplored/silver_birch_wood.json
|
||||
2002a66ac280b0a41679cb84422a591760fd88bc data/create/recipes/cutting/compat/regions_unexplored/socotra_log.json
|
||||
de2954580e05806befc31b2d445577d3fae6ba47 data/create/recipes/cutting/compat/regions_unexplored/socotra_wood.json
|
||||
7a3bf3bbdb5ff29682d60ac068ffa9f4bb423b34 data/create/recipes/cutting/compat/regions_unexplored/stripped_baobab_log.json
|
||||
2c961586f828dca3a4107dc181e7e99ef7fecf7d data/create/recipes/cutting/compat/regions_unexplored/stripped_baobab_wood.json
|
||||
497877a6e23c6f337f46e784e64f725e7507d98a data/create/recipes/cutting/compat/regions_unexplored/stripped_blackwood_log.json
|
||||
092003ce37ad550040026e2913e9670f5c25169e data/create/recipes/cutting/compat/regions_unexplored/stripped_blackwood_wood.json
|
||||
fa85fe2cf25bdfffb5bfcb0d7d2fc2733c8e2961 data/create/recipes/cutting/compat/regions_unexplored/stripped_blue_bioshroom_hyphae.json
|
||||
68b7452484be51a5ca9e1f5daa5ef960e84c4a24 data/create/recipes/cutting/compat/regions_unexplored/stripped_blue_bioshroom_stem.json
|
||||
25793b4b9d6bd7222da6e49c59a134f36c708d2b data/create/recipes/cutting/compat/regions_unexplored/stripped_brimwood_log.json
|
||||
cec8ba2be437e8e50f18277dd7464cb5a51783c6 data/create/recipes/cutting/compat/regions_unexplored/stripped_brimwood_wood.json
|
||||
d131167166b5eaabc2b116920693399624cc969c data/create/recipes/cutting/compat/regions_unexplored/stripped_cobalt_log.json
|
||||
eb2300ca83bcffaf96fb192cd8f5f6be6ce4d1a5 data/create/recipes/cutting/compat/regions_unexplored/stripped_cobalt_wood.json
|
||||
2bde40143b3b9e400f3e921dd74100f6e4c2febf data/create/recipes/cutting/compat/regions_unexplored/stripped_cypress_log.json
|
||||
7dd7b4e0478e42f4141a384f5f5db3d24c6256ba data/create/recipes/cutting/compat/regions_unexplored/stripped_cypress_wood.json
|
||||
55992382313212af1448785769cb98272736f913 data/create/recipes/cutting/compat/regions_unexplored/stripped_dead_log.json
|
||||
b1808c9c2afea6f77cbc008d89a0d98c0baacb5b data/create/recipes/cutting/compat/regions_unexplored/stripped_dead_wood.json
|
||||
4af8a646e1cda8e7cfb54d848af04bcd071cb742 data/create/recipes/cutting/compat/regions_unexplored/stripped_eucalyptus_log.json
|
||||
892f2b15212cdd1ab5aa94bdced37c8ecd502fad data/create/recipes/cutting/compat/regions_unexplored/stripped_eucalyptus_wood.json
|
||||
a0b555a70b9c45671175ea9d67c7f9bb6291ce39 data/create/recipes/cutting/compat/regions_unexplored/stripped_green_bioshroom_hyphae.json
|
||||
0b361b9f1b0fffb0934f347e93e01f7f99c8c598 data/create/recipes/cutting/compat/regions_unexplored/stripped_green_bioshroom_stem.json
|
||||
7887134005361356b59e3e8f79f747461aa90967 data/create/recipes/cutting/compat/regions_unexplored/stripped_joshua_log.json
|
||||
12bcc42d67c110b7b57a2c15bfd184a7c8d5ced3 data/create/recipes/cutting/compat/regions_unexplored/stripped_joshua_wood.json
|
||||
9c192bac86ada1020093ec7a38bae39f890f6867 data/create/recipes/cutting/compat/regions_unexplored/stripped_kapok_log.json
|
||||
5cf8658dec167a5eae2555e231d86c6dee1e9f86 data/create/recipes/cutting/compat/regions_unexplored/stripped_kapok_wood.json
|
||||
9b9d6b4ff28a9ee9d38e8ff7e2f66c5d741792d1 data/create/recipes/cutting/compat/regions_unexplored/stripped_larch_log.json
|
||||
477187045049395be4b50747e70b8682bf627745 data/create/recipes/cutting/compat/regions_unexplored/stripped_larch_wood.json
|
||||
9444611d488463cf40113a522c0125bcc901f59d data/create/recipes/cutting/compat/regions_unexplored/stripped_magnolia_log.json
|
||||
c7093db236a350421fb1963233472c8d7b09407b data/create/recipes/cutting/compat/regions_unexplored/stripped_magnolia_wood.json
|
||||
6ba2945063856e34dfde713c8b6caf9bcd0b59ad data/create/recipes/cutting/compat/regions_unexplored/stripped_maple_log.json
|
||||
cb536b2a2638a6e378423c2ea2a3c8785f6fc7c7 data/create/recipes/cutting/compat/regions_unexplored/stripped_maple_wood.json
|
||||
3ff0ebc63da709a8f4958b7439cf9a88c4f9a349 data/create/recipes/cutting/compat/regions_unexplored/stripped_mauve_log.json
|
||||
a274dadaba1e1f489e7b531ac4eb02e808fc4f01 data/create/recipes/cutting/compat/regions_unexplored/stripped_mauve_wood.json
|
||||
626e2bb1d62ab57bcadf3732491a6a1efd249035 data/create/recipes/cutting/compat/regions_unexplored/stripped_palm_log.json
|
||||
50dee41bd5c412aa444a2fcc5c3d7638ab01133d data/create/recipes/cutting/compat/regions_unexplored/stripped_palm_wood.json
|
||||
9270af6499ef6e5c0e097bee06637a518d3a83d7 data/create/recipes/cutting/compat/regions_unexplored/stripped_pine_log.json
|
||||
58c10356ba51c77959e8f66f83e178d20cec097b data/create/recipes/cutting/compat/regions_unexplored/stripped_pine_wood.json
|
||||
01b11c8a041883e21d5374b8afdef2fa47a55aee data/create/recipes/cutting/compat/regions_unexplored/stripped_pink_bioshroom_hyphae.json
|
||||
0c4826e7e49e2cc704627235c2f1c8fab604019f data/create/recipes/cutting/compat/regions_unexplored/stripped_pink_bioshroom_stem.json
|
||||
1177ce8821f01c08ab918ea24ea33b61cbd733cf data/create/recipes/cutting/compat/regions_unexplored/stripped_redwood_log.json
|
||||
af8789a2a697cd2118d6809100a0c04d4c74794e data/create/recipes/cutting/compat/regions_unexplored/stripped_redwood_wood.json
|
||||
4e441e9502ba4be4fc1c0da98bb53af30f366d1f data/create/recipes/cutting/compat/regions_unexplored/stripped_socotra_log.json
|
||||
3f93dd9538e68c9b1482c41d531c359e6b144914 data/create/recipes/cutting/compat/regions_unexplored/stripped_socotra_wood.json
|
||||
bcba754ec947af79701a5ffb0e64ff7a7ff92a09 data/create/recipes/cutting/compat/regions_unexplored/stripped_willow_log.json
|
||||
f104dc175e416d675e358e6601442c09c356858e data/create/recipes/cutting/compat/regions_unexplored/stripped_willow_wood.json
|
||||
6c4a98aa0396f330924d5be6a1fb7c1123c5d236 data/create/recipes/cutting/compat/regions_unexplored/stripped_yellow_bioshroom_hyphae.json
|
||||
b1440d5254bf8dc5b619a7d871f2c51511498184 data/create/recipes/cutting/compat/regions_unexplored/stripped_yellow_bioshroom_stem.json
|
||||
54ed3844da6abdf55939f1d3ed42394c55ce57c5 data/create/recipes/cutting/compat/regions_unexplored/willow_log.json
|
||||
d0419337ab011df3685a6fea849c17904a03f2d7 data/create/recipes/cutting/compat/regions_unexplored/willow_wood.json
|
||||
365f090b94466b7695e7beb7d0fc7b7e084e636c data/create/recipes/cutting/compat/regions_unexplored/yellow_bioshroom_hyphae.json
|
||||
22d48a8e9cf5a566bbc566a92e6bf9762a33586a data/create/recipes/cutting/compat/regions_unexplored/yellow_bioshroom_stem.json
|
||||
8a9e25c2c196ab94c9e7b5fcb2cf27bc161a8d1c data/create/recipes/cutting/compat/silentgear/netherwood_log.json
|
||||
9e869a4b7bbb08fefa140292f0cb0806a795fc59 data/create/recipes/cutting/compat/silentgear/netherwood_wood.json
|
||||
d9cdc0eb674cdf08963ac8f97ee6a7ea2f99e779 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json
|
||||
|
@ -365,6 +613,14 @@ e7f542ab1523379f218d47c7365f1d3be41036b4 data/create/recipes/cutting/compat/tcon
|
|||
aaa2b8cde03e0141fc4ccd3702fcb0d13966b391 data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json
|
||||
dec7bfbdc2c974655110651365f701121370394a data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json
|
||||
0486cee0f932eee89bb26c2fe5b0ed076d05d1be data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json
|
||||
0dcbd6c92adce8bc1fe8a1a6f4c21ad436d4852f data/create/recipes/cutting/compat/the_vault/chromatic_log.json
|
||||
bb89e77d7cdb54b37434f65c1652112b14fcfcc7 data/create/recipes/cutting/compat/the_vault/driftwood_log.json
|
||||
e7f497ec5ea4860147d5941df4b594526361886d data/create/recipes/cutting/compat/the_vault/overgrown_wooden_log.json
|
||||
e04c07431e80d779b2bfdb1227d2b43896ead7f5 data/create/recipes/cutting/compat/the_vault/stripped_chromatic_log.json
|
||||
e91c945669e5b838e28b73079be0218b7dbb438c data/create/recipes/cutting/compat/the_vault/stripped_driftwood_log.json
|
||||
dcb888781e53a4bd13a39dc8dcf52d68c70daa11 data/create/recipes/cutting/compat/the_vault/stripped_overgrown_wooden_log.json
|
||||
95824dae54de5c99be7f108882bb0add80d9f4f4 data/create/recipes/cutting/compat/the_vault/stripped_wooden_log.json
|
||||
f43130d8c47dbfd21c89d519539e2d8b5437c108 data/create/recipes/cutting/compat/the_vault/wooden_log.json
|
||||
9a2d7361718e64bf25c3660123ab9f506fad7dba data/create/recipes/cutting/compat/twilightforest/canopy_log.json
|
||||
35f470c4fb8c1e651bcf8f161ebcaa0f9f888be2 data/create/recipes/cutting/compat/twilightforest/canopy_wood.json
|
||||
02ef237d075e3033676e0229946c9c2bc9ae27e0 data/create/recipes/cutting/compat/twilightforest/dark_log.json
|
||||
|
@ -397,6 +653,14 @@ d9ea151935b7257f9a799be5959d736a20eabf44 data/create/recipes/cutting/compat/twil
|
|||
29649f4c23ddc00eebe7352dcca0d4c695807c62 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json
|
||||
10227f5cf8a9995f7e59c509ad20a33f907a1203 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json
|
||||
60c949a998c4ffe6f838faf729ef9a7a247a59df data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json
|
||||
894d91b2cb339406acb48a29cfabe4c8eafe51bf data/create/recipes/cutting/compat/upgrade_aquatic/driftwood.json
|
||||
b86b4710a31b8ab98d3f61972fd0e3a80d1cb788 data/create/recipes/cutting/compat/upgrade_aquatic/driftwood_log.json
|
||||
1a155ced39a05ccbaa1fcd57052c8acced381860 data/create/recipes/cutting/compat/upgrade_aquatic/river_log.json
|
||||
9b29505252b5c529d86e24c9c53d1190e73537d7 data/create/recipes/cutting/compat/upgrade_aquatic/river_wood.json
|
||||
3fd253db6046bd5276cac5aea203f5293a49f843 data/create/recipes/cutting/compat/upgrade_aquatic/stripped_driftwood_log.json
|
||||
ab08c98c58c2beab4805d0576cac3874c4774553 data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_log.json
|
||||
b368756fa5ec34fa279f53fb99aea8f47757828a data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_wood.json
|
||||
b5b38739f5c763a04dd1d8386b9afc1081d1c436 data/create/recipes/cutting/compat/upgrade_aquatic/strippped_driftwood.json
|
||||
0a3c2e35782d54a28c3c60eae10bdd6247d5977f data/create/recipes/cutting/crimson_hyphae.json
|
||||
cc4d09728d2407c0c972e696037d1b45db9a8bc2 data/create/recipes/cutting/crimson_stem.json
|
||||
ebdf404a6de7880a42527c35727fa4214eb8cff3 data/create/recipes/cutting/dark_oak_log.json
|
||||
|
@ -435,60 +699,71 @@ ddb27a32c1b01812db7cc317c962e35d794dae88 data/create/recipes/cutting/warped_hyph
|
|||
7a01147d3c7d8fb9acb870b33e5a792328f88c3c data/create/recipes/deploying/cogwheel.json
|
||||
1230f449873262e79585752d3430e5f7f383bcb2 data/create/recipes/deploying/large_cogwheel.json
|
||||
dc35369da8514a5650704fd39e84861cce084b5d data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json
|
||||
7b7d596cdaa4000222177b405c04c6e8906561b4 data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json
|
||||
afbe0c612651ee90651ee7b39683c8baac2a115e data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json
|
||||
66cd83c15d46692f27deaac280ef782bb2bd7909 data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json
|
||||
bcb9750b7c3504996d6177d5980128af018942a8 data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json
|
||||
7b7d596cdaa4000222177b405c04c6e8906561b4 data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json
|
||||
eecd6194b0efc2bee321ba7fac7348cd3f5911ab data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json
|
||||
dfc1f8f6b0d1b6d23c9125c97eba31dadc370904 data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json
|
||||
bcb9750b7c3504996d6177d5980128af018942a8 data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json
|
||||
e260cded2b746bd79afaaa1e086cf2f0faffde76 data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json
|
||||
33e338242aff64f9d52169392d2eb8e617b8da5c data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json
|
||||
5f4671548b18634ae440d7c64c4c97e5e533601b data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json
|
||||
ff182d5c0c4b832ff566691d9b680c9039c55c16 data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json
|
||||
eff2e77f004873e695e419afc71a7011328d3de8 data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json
|
||||
5a7a622d5b340f83ba2d32fe53620744c5193a32 data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json
|
||||
b895ef423e64936b5d94ee54a6527316ed48d9d6 data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json
|
||||
9d566e599cc05aefde637faab1957813a5b6f3f7 data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json
|
||||
eff2e77f004873e695e419afc71a7011328d3de8 data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json
|
||||
582083e0fed8760cde2c53aa2b02237eb59a3df0 data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json
|
||||
fec9d744770bfc517a72a2be45701aab6f3040b2 data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json
|
||||
9d566e599cc05aefde637faab1957813a5b6f3f7 data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json
|
||||
0f18c91f36e3abae99a7dca72f3d80e59f03cf7d data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json
|
||||
7ed36f4f3abfd37aec13a273b87d97c8ccc36cb4 data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json
|
||||
9cd5a6c71b5102ef2660e8a5c650cbd2c2327580 data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json
|
||||
97b7b3f65807328d0a036cb66ee53d898504da77 data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json
|
||||
bd37d658666b2912c07b6daa6adaff99a479223a data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json
|
||||
07c82e555617f9d9166f2d2c9068ac421eb0b37a data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json
|
||||
d0c7805681e3ed6a6bc5775d42c702af924e8785 data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json
|
||||
41c879946a24ff330466476bdee9148859398842 data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json
|
||||
bd37d658666b2912c07b6daa6adaff99a479223a data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json
|
||||
af72234311a9abf5c57c767c05274c466dceac53 data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json
|
||||
b35d22f891d1c9cab4340399e3426c96132b3fc7 data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json
|
||||
41c879946a24ff330466476bdee9148859398842 data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json
|
||||
9d78f4d16273015d181be586f91e77f3b82ee18f data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json
|
||||
2a9c57a8ca9b013b7bc11d2588d4ba00b402f97f data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json
|
||||
5670c074c0f1961a5e499953a49c7e3f1f617ebf data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json
|
||||
58679c5c37eaa5a52ef9e0f4f7cc695c58ddee96 data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json
|
||||
5817055c1cf3ae572ffbe2765f3e519fda4c3342 data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json
|
||||
e962429c48ed12bb2d7b299719513c23a2088879 data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json
|
||||
2321ea4ed39d09b12a80be8df2c7c1dc4c6d2c18 data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json
|
||||
b635490492a22f88e24003bffb09c4d5e3fa2d61 data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json
|
||||
5817055c1cf3ae572ffbe2765f3e519fda4c3342 data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json
|
||||
d0fc937a3e7ae42fb1891b7b87adb2b57292e01d data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json
|
||||
6852ea4c7f27520fb3388ec641be4cb94d907199 data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json
|
||||
b635490492a22f88e24003bffb09c4d5e3fa2d61 data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json
|
||||
9ab3ba5847c3abbc17c476436978141f2c039ce9 data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json
|
||||
733dd94b46186c19fdecced5d8231e46ea612cf2 data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json
|
||||
cd4c050e6ad9227bf293768f2d8b965c0ecafeab data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json
|
||||
6a9fa669a5cbdc2406ecc5eaf6992e0e8fa83b88 data/create/recipes/emptying/builders_tea.json
|
||||
0b20bddac967edea53442c05c59ccf3306e9eb76 data/create/recipes/emptying/compat/alexsmobs/lava_bottle.json
|
||||
5fb7e705b53ed84b607858be1db6a6d2765bea9c data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json
|
||||
054bd7804a710c498f605b82fd7d5055a4762829 data/create/recipes/emptying/compat/neapolitan/milk_bottle.json
|
||||
ab35f7d885d8f2c8ccf562938ac804f6cb4c38ad data/create/recipes/emptying/honey_bottle.json
|
||||
b4e78bf89677ff211c9a740231836ae0598cf0d8 data/create/recipes/filling/blaze_cake.json
|
||||
aea7837e33bfcbdd1e0b4386372b6595fd00ad1d data/create/recipes/filling/builders_tea.json
|
||||
0c69ff301d149af8d36be10a1e49b0be53a21a49 data/create/recipes/filling/chocolate_glazed_berries.json
|
||||
2d3b2d7c28fc0ea9f18be73d9523456b5c5946da data/create/recipes/filling/compat/aether/aether_grass_block.json
|
||||
f158f5e509b43746871722edf802984e2b9cc024 data/create/recipes/filling/compat/alexsmobs/lava_bottle.json
|
||||
5770b60bd7e89f2cac74df71b463a1101601d86f data/create/recipes/filling/compat/byg/lush_grass_block.json
|
||||
1280689ba81877c6583c6941ed307ca35d4f00e4 data/create/recipes/filling/compat/farmersdelight/milk_bottle.json
|
||||
fd578bb1e05901d0b959b1f445273619b55cde57 data/create/recipes/filling/compat/neapolitan/milk_bottle.json
|
||||
3f0f458c0c044c7b1c4e203d7394d890ba286d86 data/create/recipes/filling/compat/regions_unexplored/peat_grass_block.json
|
||||
ff16c74f09edbc67ed969f64270ca376bb8ea955 data/create/recipes/filling/compat/regions_unexplored/silt_grass_block.json
|
||||
54926ae73f93913f32ec8d6b674c1b0c021bbe9a data/create/recipes/filling/compat/vampirism/cursed_grass_block.json
|
||||
12c19b46eec5bd371300dfcff5d2a9dd7169bb1b data/create/recipes/filling/glowstone.json
|
||||
afeb566e5f989c58d239a2f66084ce3d813d111a data/create/recipes/filling/grass_block.json
|
||||
36d0f06ea9fa065ed85fc596e08725a2e6c8d4af data/create/recipes/filling/gunpowder.json
|
||||
c07c662c2ba8d7e5c72437096acfd7fdb99704f3 data/create/recipes/filling/honeyed_apple.json
|
||||
c4e0373516bc98def80d0a13803cf980e3f905e0 data/create/recipes/filling/honey_bottle.json
|
||||
c07c662c2ba8d7e5c72437096acfd7fdb99704f3 data/create/recipes/filling/honeyed_apple.json
|
||||
3acf4a649751c23c8e39d649131939659c105a53 data/create/recipes/filling/redstone.json
|
||||
deab6ea169b756376d89ea2200e0387a865ed2fc data/create/recipes/filling/sweet_roll.json
|
||||
788cce637f455ea33408e5be5b75ce0e4cc57c95 data/create/recipes/haunting/blackstone.json
|
||||
798eaf3436e44fe388f9e37063dc5d1ee9f7fe43 data/create/recipes/haunting/compat/farmersdelight/rotten_tomato.json
|
||||
eee126848cc68c4d9bd12f8ba8638133ad920da2 data/create/recipes/haunting/compat/hauntedharvest/rotten_apple.json
|
||||
6f4039ea3aa482f15a18deba3d7d5fbd0e907c2e data/create/recipes/haunting/crimson_fungus.json
|
||||
130d971b626bc871c23bd13d24b4fd23a954dbf2 data/create/recipes/haunting/glow_berries.json
|
||||
4319a7d8ca417f1f2f1995b867c979e831a4de59 data/create/recipes/haunting/glow_ink_sac.json
|
||||
|
@ -529,6 +804,170 @@ d6073794b0be05fb52faf2d78d0daeb6ce3beab5 data/create/recipes/milling/calcite.jso
|
|||
a303570c10fc5ad55646555b1a72d2e2620fa34e data/create/recipes/milling/coal.json
|
||||
9787581b978c78b40f92233556c6380c6ee9de53 data/create/recipes/milling/cobblestone.json
|
||||
680b49ceb7d1052e5fe19e33f2eba6b7841ca817 data/create/recipes/milling/cocoa_beans.json
|
||||
de5a7460348c3301381dd2635ac433a473bec04a data/create/recipes/milling/compat/ae2/certus_quartz.json
|
||||
42151b6f50df8e05a7399eaa386369474a5a618c data/create/recipes/milling/compat/ae2/ender_pearl.json
|
||||
b383c64d2559cd757b84fd5651f77c9ea95ebb00 data/create/recipes/milling/compat/ae2/fluix_crystal.json
|
||||
880cfc22f510351e54a82242d6bc86acab4c3c92 data/create/recipes/milling/compat/ae2/sky_stone_block.json
|
||||
d6c091225197381abae8bdba35318aa3a8bde1ad data/create/recipes/milling/compat/atmospheric/gilia.json
|
||||
9dce11179bf92dc0519fad4b41c944a25226abff data/create/recipes/milling/compat/atmospheric/hot_monkey_brush.json
|
||||
fd427a15577f3ea5612667e6b148ff253d2fd021 data/create/recipes/milling/compat/atmospheric/scalding_monkey_brush.json
|
||||
80277c7f81e217740643c284f6c23b22373d5877 data/create/recipes/milling/compat/atmospheric/warm_monkey_brush.json
|
||||
dd37341d15d8a6fdee096470a1eed7686bb40773 data/create/recipes/milling/compat/atmospheric/yucca_flower.json
|
||||
5b05e3713b0e1e3bbf66cf87fcd8705c9b471ded data/create/recipes/milling/compat/autumnity/autumn_crocus.json
|
||||
155b38f5087cadd93f268c272ad40ff5ae146a42 data/create/recipes/milling/compat/biomesoplenty/blue_hydrangea.json
|
||||
b23f8cd24c43a995d11fe7eb8e639baf27556ca2 data/create/recipes/milling/compat/biomesoplenty/burning_blossom.json
|
||||
8c6d77df0f70a7e46f4f1c8071dadc6388cc5798 data/create/recipes/milling/compat/biomesoplenty/glowflower.json
|
||||
3eee4227b1ba4d5a27801a1cd7172698d5c9b9d2 data/create/recipes/milling/compat/biomesoplenty/lavender.json
|
||||
ae27a8d0a76d911164a1dc23124a6b404b37b546 data/create/recipes/milling/compat/biomesoplenty/orange_cosmos.json
|
||||
e383106ff8f877b5995e20c03af5e41e3db541d9 data/create/recipes/milling/compat/biomesoplenty/pink_daffodil.json
|
||||
0de05838a8d236803379ea3766ef75883b3f1467 data/create/recipes/milling/compat/biomesoplenty/pink_hibiscus.json
|
||||
7e69f8ff3f816e176670df7b4eb3340f5e7bc855 data/create/recipes/milling/compat/biomesoplenty/rose.json
|
||||
213e079f32baa2879702b72bdf08f146877a0bb9 data/create/recipes/milling/compat/biomesoplenty/violet.json
|
||||
b3f041e005491582f055da15871891357908d998 data/create/recipes/milling/compat/biomesoplenty/wildflower.json
|
||||
d08c4fcebb79e2e02ac9cb4623124332a05ed661 data/create/recipes/milling/compat/biomesoplenty/wilted_lily.json
|
||||
ca03746c39143de7867aeab2fb450fe0a67b69e3 data/create/recipes/milling/compat/botania/black_petal.json
|
||||
3192777eeb363a55174a0eb58197ee686b2e02c7 data/create/recipes/milling/compat/botania/blue_petal.json
|
||||
ee99c9bdcc4da8d160fc762ce7b394848d6a86d1 data/create/recipes/milling/compat/botania/brown_petal.json
|
||||
1d8dab24913945268f819c24e132d8bb74f792c2 data/create/recipes/milling/compat/botania/cyan_petal.json
|
||||
010a111f9810f142315bc94dfb1be03ee02508c4 data/create/recipes/milling/compat/botania/gray_petal.json
|
||||
dee8b4c26d6b78aceeb8e5a264693dad4e81dbcb data/create/recipes/milling/compat/botania/green_petal.json
|
||||
285a24e440d6a8cf34f2925a3eed7fa1d16e102b data/create/recipes/milling/compat/botania/light_blue_petal.json
|
||||
3cc232966240394aaf5a3a5d16a3ceebd41597a0 data/create/recipes/milling/compat/botania/light_gray_petal.json
|
||||
1225119a7dc1f69dfaf2cec32a0267b1d47ef72d data/create/recipes/milling/compat/botania/lime_petal.json
|
||||
09e114685483329a78c3cecf8b312f16d26cd981 data/create/recipes/milling/compat/botania/magenta_petal.json
|
||||
ae3e7eb55dda1846b8fd849ea1c8f1cbd37b9fca data/create/recipes/milling/compat/botania/orange_petal.json
|
||||
bf13e9807a96efc1ef684f0129cc21110e44cc4c data/create/recipes/milling/compat/botania/pink_petal.json
|
||||
7e0a167201b9c915579ede71ee7128bccdeee9c2 data/create/recipes/milling/compat/botania/purple_petal.json
|
||||
4e7c1ae95f10bb3466dd542a2e04c726c599ecd9 data/create/recipes/milling/compat/botania/red_petal.json
|
||||
28cbeb278022b2ac62cae2f3deaa65cb375c6456 data/create/recipes/milling/compat/botania/white_petal.json
|
||||
dd1e35234c419b1576410a2590fd33d88c8bb9bd data/create/recipes/milling/compat/botania/yellow_petal.json
|
||||
c7d2b07396448628123b81e1f34a8b131aa99c83 data/create/recipes/milling/compat/buzzier_bees/buttercup.json
|
||||
0c4a3c7da1e151868740db2037504e35a02af3d0 data/create/recipes/milling/compat/buzzier_bees/pink_clover.json
|
||||
355e89a3e003ae65ff06a9277c05699220eec569 data/create/recipes/milling/compat/buzzier_bees/white_clover.json
|
||||
558968f56003e0e780549b0480baf188a97ab6be data/create/recipes/milling/compat/byg/allium_flower_bush.json
|
||||
889ef537dc5f143f32c272a68f15c8c81c3f57a9 data/create/recipes/milling/compat/byg/alpine_bellflower.json
|
||||
7c8697b5edc4dcb69eff85648fa3ae4488a5300f data/create/recipes/milling/compat/byg/amaranth.json
|
||||
44017aa3e51f8ca54e308dc481386b537d520c1b data/create/recipes/milling/compat/byg/angelica.json
|
||||
ad85f3711eb0d5ce4fab0bcd6d0cdad653e4917d data/create/recipes/milling/compat/byg/begonia.json
|
||||
ae68d16d258c3cb7bd7d82ab56a3a923c8688c9a data/create/recipes/milling/compat/byg/bistort.json
|
||||
ba50b69c307e21de6e2a3c3d7c27fc8be2f18f1b data/create/recipes/milling/compat/byg/black_rose.json
|
||||
8e70425041f02cb6861baa07e980b709e932e402 data/create/recipes/milling/compat/byg/blue_sage.json
|
||||
330c757a8405c7f2b100086c1caa2bcd4e7a8170 data/create/recipes/milling/compat/byg/california_poppy.json
|
||||
307d7c6ad59f49b03f4c60d1c2608f199be0861e data/create/recipes/milling/compat/byg/compat/byg/white_sage.json
|
||||
8c7dd6080ddf2523213dc4e95728153bef7da8df data/create/recipes/milling/compat/byg/compat/byg/winter_cyclamen.json
|
||||
7d7ed065bca1702e20728ca7e4015bfbc52c18ce data/create/recipes/milling/compat/byg/crocus.json
|
||||
16a9406c68544706b3e453a846d4887279ab754a data/create/recipes/milling/compat/byg/cyan_amaranth.json
|
||||
64d05bb3b14de133bedcd40f3bdc148b424885fa data/create/recipes/milling/compat/byg/cyan_rose.json
|
||||
2ec5e00a2a35592551a90df16a775230c13ee1f0 data/create/recipes/milling/compat/byg/cyan_tulip.json
|
||||
d62aca5159ec5af5c8a96cebf4d88b883b46ba8e data/create/recipes/milling/compat/byg/daffodil.json
|
||||
fc8b36b5e75f81abb96b69a8ae2f73d23614b285 data/create/recipes/milling/compat/byg/delphinium.json
|
||||
0185737dcd02afe3c953d1785130503e3c56a846 data/create/recipes/milling/compat/byg/fairy_slipper.json
|
||||
cd17f9e09d4b7e364eb57b3c3d16d4e4e89bcbc8 data/create/recipes/milling/compat/byg/firecracker_flower_bush.json
|
||||
55032b5eb18a2f915478a8d443672c9c74bac5f7 data/create/recipes/milling/compat/byg/foxglove.json
|
||||
85201db5be1ff83f242152fbc6f93c94d78943ff data/create/recipes/milling/compat/byg/green_tulip.json
|
||||
de256ad24623760e3cce64ba8bf92022b23654cc data/create/recipes/milling/compat/byg/guzmania.json
|
||||
6f0ed2a9f13757eb83b020cb15bea436a1471b79 data/create/recipes/milling/compat/byg/hydrangea_bush.json
|
||||
81f4d5aa218f29d23e059392e1b38c8006a27734 data/create/recipes/milling/compat/byg/incan_lily.json
|
||||
ccf127c5b9b737be1163386fef874902bba3b2d6 data/create/recipes/milling/compat/byg/iris.json
|
||||
cdf0d447001fc2bd7e892eaf5cac44659e362ff7 data/create/recipes/milling/compat/byg/kovan_flower.json
|
||||
c2e7bf878b81f08615439c8885ad4d87a5c5ef65 data/create/recipes/milling/compat/byg/lazarus_bellflower.json
|
||||
5097b63f8a0b9f92f2b8c5c4cd455caae6f0e11b data/create/recipes/milling/compat/byg/lolipop_flower.json
|
||||
1b14f57675eb8e7b993a4d61f7d033af3c02827f data/create/recipes/milling/compat/byg/magenta_amaranth.json
|
||||
ab7c30e4e3ecbc7c12534ca217dd62f373a6dc9f data/create/recipes/milling/compat/byg/magenta_tulip.json
|
||||
413ee06756e901592b8cdd860e9e6e4539bf604e data/create/recipes/milling/compat/byg/orange_amaranth.json
|
||||
221cd8754c18e88ba6fa48b47efc7b707e05def8 data/create/recipes/milling/compat/byg/orange_daisy.json
|
||||
3506478a12138ac9934c9075b31ac45f4900a4a0 data/create/recipes/milling/compat/byg/orchid.json
|
||||
a31402be7db0a5a9c96cc021cf53056db5720a50 data/create/recipes/milling/compat/byg/osiria_rose.json
|
||||
302eef96244c037f9c225ad4440e34b7d46617f3 data/create/recipes/milling/compat/byg/peach_leather_flower.json
|
||||
784bcccb6e0625df90031dfed9849457c1446d93 data/create/recipes/milling/compat/byg/pink_allium.json
|
||||
a3f0dbe453c147a72ef02d7b0201dec1cc4b6c91 data/create/recipes/milling/compat/byg/pink_allium_flower_bush.json
|
||||
adb8e25f4d5492d2d7a6604fca87e1789d3c8d4d data/create/recipes/milling/compat/byg/pink_anemone.json
|
||||
4b2e0f9ea1b05617a022eaf270561929a1b3d1e4 data/create/recipes/milling/compat/byg/pink_daffodil.json
|
||||
f60a8fb4853223699d3378482588559062df5f70 data/create/recipes/milling/compat/byg/protea_flower.json
|
||||
4eda34601212c933e61d8de9485331a35dadfb96 data/create/recipes/milling/compat/byg/purple_amaranth.json
|
||||
03ccb7eb3bb917179eda10b8a85ee6b095614d60 data/create/recipes/milling/compat/byg/purple_rose.json
|
||||
c25b26def2016a516b34bb2f37f49aa9f1de7d53 data/create/recipes/milling/compat/byg/purple_tulip.json
|
||||
433af73467de5cda9658e96a3cc42d9637f7b0cc data/create/recipes/milling/compat/byg/richea.json
|
||||
2e656dfe3b59617aa2de293338f3aad8bfeaeb2d data/create/recipes/milling/compat/byg/rose.json
|
||||
a8ca6690e32dc594c03057b529e89d77385bc63b data/create/recipes/milling/compat/byg/silver_vase_flower.json
|
||||
1fbd9af28ada2330f9f96cbbdd3a33f8cdd245f0 data/create/recipes/milling/compat/byg/snowdrops.json
|
||||
0e32bf6c937d5773ad863c302da5ab563cbe954b data/create/recipes/milling/compat/byg/tall_allium.json
|
||||
f16be0f6dbd6c3f4fbff36d7dcb4391b4cbbbe6a data/create/recipes/milling/compat/byg/tall_pink_allium.json
|
||||
321b60d3b774e468f173a6c4afc520e46ae089c7 data/create/recipes/milling/compat/byg/torch_ginger.json
|
||||
b50ae491f0732224ac10b005c1f2bfd05e8558b0 data/create/recipes/milling/compat/byg/violet_leather_flower.json
|
||||
d0964f1cca07620383e41a9e43224a04694e009f data/create/recipes/milling/compat/byg/white_anemone.json
|
||||
2b31edd1acc8487bd0e744a7f5394e13d1582a7f data/create/recipes/milling/compat/byg/white_puffball_cap.json
|
||||
eb9606bbb2e4c6fb82b6607c8d5c23834d9e44a8 data/create/recipes/milling/compat/byg/winter_rose.json
|
||||
1732969a11d677b825758f6c4af2cdbcdc365898 data/create/recipes/milling/compat/byg/winter_scilla.json
|
||||
9266eaf6e2259fccb6e2aa57a9e19fc1faeb53fe data/create/recipes/milling/compat/byg/yellow_daffodil.json
|
||||
fda00f49b9a5758ee7d24f2aeab81a3cc690544a data/create/recipes/milling/compat/byg/yellow_tulip.json
|
||||
2e6a7a1b0e8ab1d6e514a30a21d47b404cfdcd45 data/create/recipes/milling/compat/druidcraft/lavender.json
|
||||
5be32cdd48cf7d9e3f8273fc3479d559070b9872 data/create/recipes/milling/compat/environmental/bird_of_paradise.json
|
||||
102130e75ea8f2b8c99ad9641d293a4e588912cf data/create/recipes/milling/compat/environmental/bluebell.json
|
||||
50df88584dd6086c0dbb23fb16b7f36fee381534 data/create/recipes/milling/compat/environmental/blue_delphinium.json
|
||||
a4beb691042be811eee8a130ff023065620b20b9 data/create/recipes/milling/compat/environmental/cartwheel.json
|
||||
d1d388667f9c8a5666cc2a1ef2eb77716a0b18ed data/create/recipes/milling/compat/environmental/dianthus.json
|
||||
ee3d1989d4a1069909aaeb99374602d0e92d6dfc data/create/recipes/milling/compat/environmental/magenta_hibiscus.json
|
||||
e2226caf8677a0a63f93573e1d3443f0cc6c7294 data/create/recipes/milling/compat/environmental/orange_hibiscus.json
|
||||
c5eda065f7f8d2b4e1b057896c96e097d0720e50 data/create/recipes/milling/compat/environmental/pink_delphinium.json
|
||||
8a9c9d36d91a24f20a3be0d6fdd9c2858e886e0d data/create/recipes/milling/compat/environmental/pink_hibiscus.json
|
||||
23c8b8a1cad79931bcb52562919108fbf5d114cd data/create/recipes/milling/compat/environmental/purple_delphinium.json
|
||||
38370b0dd78f75b1d3ba2c11c248c4f17191c7e4 data/create/recipes/milling/compat/environmental/purple_hibiscus.json
|
||||
b437fd46e7980897b66c285f65f9a2c3ee1213a0 data/create/recipes/milling/compat/environmental/red_hibiscus.json
|
||||
72e67e7da9d0ad198106c33b34463ba5dd5c4e71 data/create/recipes/milling/compat/environmental/red_lotus_flower.json
|
||||
c14ba9d30c2a111de9ffba9d3e6a6ca34f2e660c data/create/recipes/milling/compat/environmental/violet.json
|
||||
15b94ea2ddabb3ac7cea57defae746d6c16e2932 data/create/recipes/milling/compat/environmental/white_delphinium.json
|
||||
85fcaa71b40ff82c1ba73fc7a186a798af87c042 data/create/recipes/milling/compat/environmental/white_lotus_flower.json
|
||||
ffa08663414289ab1e6b9af09ac992cc8f4b5571 data/create/recipes/milling/compat/environmental/yellow_hibiscus.json
|
||||
582ed748a36073e5f6b2f20558a7d640ab204112 data/create/recipes/milling/compat/regions_unexplored/alpha_dandelion.json
|
||||
08903c2ae46ed55b228f6e5d80e292832ed39996 data/create/recipes/milling/compat/regions_unexplored/alpha_rose.json
|
||||
28a9a042217a6d2f33a8694a6765677a2d48acf1 data/create/recipes/milling/compat/regions_unexplored/aster.json
|
||||
851e74bb923dadf08ec08892c807b927daeffd3c data/create/recipes/milling/compat/regions_unexplored/black_snowbelle.json
|
||||
6b272b558750ccab8d21cf69e8feae4a1b322e3a data/create/recipes/milling/compat/regions_unexplored/bleeding_heart.json
|
||||
2feb233a3a6a0115ec07177a872b1f212e44348f data/create/recipes/milling/compat/regions_unexplored/blue_lupine.json
|
||||
0b890ba71a0fed340434e0eb4a18e9b1a94a7945 data/create/recipes/milling/compat/regions_unexplored/blue_snowbelle.json
|
||||
4b533452bbcb67755c0862c1d9df7b84b51b2aba data/create/recipes/milling/compat/regions_unexplored/brown_snowbelle.json
|
||||
8428053ea97f5a0b529ba313ede2d4bcfb0ce2d8 data/create/recipes/milling/compat/regions_unexplored/cactus_flower.json
|
||||
01cd229ba66916d50721e5472393192d673ea879 data/create/recipes/milling/compat/regions_unexplored/cyan_snowbelle.json
|
||||
ddaee3e58fd3cfdc121d68ea8065405f7c6a7117 data/create/recipes/milling/compat/regions_unexplored/daisy.json
|
||||
fcc82dcddf53ab03ab0907a3c0a295e5a3c71eea data/create/recipes/milling/compat/regions_unexplored/day_lily.json
|
||||
5c51e4387b56370ca79d30d41ceca8d693f9f6ed data/create/recipes/milling/compat/regions_unexplored/dorcel.json
|
||||
7410412917b78ee0fb9a64da9b8aa416265f24ee data/create/recipes/milling/compat/regions_unexplored/felicia_daisy.json
|
||||
f43ead46910959e5dafc1c685ed6845acf2bf57f data/create/recipes/milling/compat/regions_unexplored/fireweed.json
|
||||
30101899ecbd9adaf8df2a3e9ca57074109febb4 data/create/recipes/milling/compat/regions_unexplored/glistering_bloom.json
|
||||
3621368a53d8c4e2fb81456ee5b896e0c2aac944 data/create/recipes/milling/compat/regions_unexplored/gray_snowbelle.json
|
||||
dee331f46908e076cd8bb016c71c5f2980e6018a data/create/recipes/milling/compat/regions_unexplored/green_snowbelle.json
|
||||
f27484474c8bc06e9d3eaff6c3a79ee61cb0ee55 data/create/recipes/milling/compat/regions_unexplored/hibiscus.json
|
||||
fcdb798450ca8d9272b1b08d1ae7061b6513907f data/create/recipes/milling/compat/regions_unexplored/hyssop.json
|
||||
c8fb81b89bc53f1e1e3043b68d7b05ed9175a0f3 data/create/recipes/milling/compat/regions_unexplored/light_blue_snowbelle.json
|
||||
f101f15d8344cdff67e982aae840db2b632df3aa data/create/recipes/milling/compat/regions_unexplored/light_gray_snowbelle.json
|
||||
41dc49152f42ef1596e0b6e6ede5b53cd6bf9cc2 data/create/recipes/milling/compat/regions_unexplored/lime_snowbelle.json
|
||||
9e7ce1ff212dba0f37e726b7ad1fd2762644de41 data/create/recipes/milling/compat/regions_unexplored/magenta_snowbelle.json
|
||||
7617fa67342a7efc5529de17e6d90d1bd7bf8148 data/create/recipes/milling/compat/regions_unexplored/mallow.json
|
||||
889318a4888a2fa9e5015f9f4420bf593c221cff data/create/recipes/milling/compat/regions_unexplored/orange_coneflower.json
|
||||
75362911685159ba8abf805f942ecd23b1fdfe8b data/create/recipes/milling/compat/regions_unexplored/orange_snowbelle.json
|
||||
5d912e85b826deed1f61534b594b0b5c869a812a data/create/recipes/milling/compat/regions_unexplored/pink_lupine.json
|
||||
2c5b1bc633cfdad744a9cf5516cc540902f47d32 data/create/recipes/milling/compat/regions_unexplored/pink_snowbelle.json
|
||||
ef2dfe9a86fde1e47de3f332277fceb55d360a92 data/create/recipes/milling/compat/regions_unexplored/poppy_bush.json
|
||||
59b5ede608f6e69054e74d4e20336cd65593698a data/create/recipes/milling/compat/regions_unexplored/purple_coneflower.json
|
||||
abf4d0179c515640cd99b294333f17f96c3c83c1 data/create/recipes/milling/compat/regions_unexplored/purple_lupine.json
|
||||
8819da9d593f8f563a682e616ac4fbbacdb4005f data/create/recipes/milling/compat/regions_unexplored/purple_snowbelle.json
|
||||
918c2d64867c04a7c08527c083e95d82ad239a0d data/create/recipes/milling/compat/regions_unexplored/red_lupine.json
|
||||
9d45bcdca3599e1ceb46907b64a13202b0f6020d data/create/recipes/milling/compat/regions_unexplored/red_snowbelle.json
|
||||
349435ceb05a93816e946bfe35ec8d7c92e57762 data/create/recipes/milling/compat/regions_unexplored/salmon_poppy_bush.json
|
||||
02ce73fd74026ea7583e83c42b0cb30144443d61 data/create/recipes/milling/compat/regions_unexplored/tassel.json
|
||||
237c432707f8a10ed1492ed6ae0358375e37772d data/create/recipes/milling/compat/regions_unexplored/tsubaki.json
|
||||
0feba76fe40aa578326ff206ae343331fb382e30 data/create/recipes/milling/compat/regions_unexplored/waratah.json
|
||||
b70cc5a3d35d438108b2c028f374d5ffb4f6b098 data/create/recipes/milling/compat/regions_unexplored/white_snowbelle.json
|
||||
a31add17c6cffa1310f4fe3cf2049c75172fe60d data/create/recipes/milling/compat/regions_unexplored/white_trillium.json
|
||||
e97397980c87cb73e81d4b27fbf7e05c68e473f4 data/create/recipes/milling/compat/regions_unexplored/wilting_trillium.json
|
||||
a23c2973e496cc3cc6f294c5d06e547c6696b9cf data/create/recipes/milling/compat/regions_unexplored/yellow_lupine.json
|
||||
ad68b82791487bde56dd7e60ad99da72a67abd68 data/create/recipes/milling/compat/regions_unexplored/yellow_snowbelle.json
|
||||
e91fedfa7b5ae32a60ffb915b999e16de9f1ed66 data/create/recipes/milling/compat/supplementaries/flax.json
|
||||
1476cbf643e972cb0c554081ada9b5d583aac6a9 data/create/recipes/milling/compat/tconstruct/nercotic_bone.json
|
||||
ddc4dbfef080def2e5f0a3a7e22f16b82dadc99a data/create/recipes/milling/compat/upgrade_aquatic/flowering_rush.json
|
||||
77c588e4860fe29912b13b8d221c559141379d8a data/create/recipes/milling/compat/upgrade_aquatic/pink_searocket.json
|
||||
04e638f5116c962884ca48efe6c113eecd2cf519 data/create/recipes/milling/compat/upgrade_aquatic/white_searocket.json
|
||||
0130258652f73a3cad7ec1b1c55aa34a4e2ad062 data/create/recipes/milling/cornflower.json
|
||||
78eefaaebdcab5ded5bda2b87ecfacc0afa7de7a data/create/recipes/milling/dandelion.json
|
||||
2833601a45709b33c60d49e5647831df542db7f3 data/create/recipes/milling/dripstone_block.json
|
||||
|
@ -564,30 +1003,75 @@ a91dae829938d3f69a7007d3cf8db02b70fe3a7f data/create/recipes/milling/white_tulip
|
|||
b8dfa0e65b356e88f264ac4ee95672e0afc5961c data/create/recipes/mixing/brass_ingot.json
|
||||
840a9008d4531425beadfcf224d21e938acc4502 data/create/recipes/mixing/chocolate.json
|
||||
e7b86d4ca5de2df474794424d93b447e5f9dcdc3 data/create/recipes/mixing/chocolate_melting.json
|
||||
39e832016fa5e360434271505d09ced17a40e7eb data/create/recipes/mixing/compat/ae2/fluix_crystal.json
|
||||
f0648e6b963e1ac1c1756f769988e779963eb1a1 data/create/recipes/mixing/compat/regions_unexplored/peat_mud.json
|
||||
a2cf143f409a26709ad119f151c611331dca960c data/create/recipes/mixing/compat/regions_unexplored/silt_mud.json
|
||||
4cf9a0979fb6401c51c763d71f0bb53ea2c8c32b data/create/recipes/mixing/dough_by_mixing.json
|
||||
ac2a2456e2f0ccd74db6dc5ad029eb4e6781a25d data/create/recipes/mixing/honey.json
|
||||
251c09ac25bb73e092fac483ceb5a9196a479919 data/create/recipes/mixing/lava_from_cobble.json
|
||||
939c55202f06b50cec3c16e66e85f915f2272db2 data/create/recipes/mixing/mud_by_mixing.json
|
||||
4454cb7a73571d90e19826ee394b0c9e52ac8620 data/create/recipes/mixing/tea.json
|
||||
77de88a8d25b974a63a5d132dd5461523e798fe2 data/create/recipes/pressing/aether_dirt_path.json
|
||||
92a1198c990660458565ca871520b7c32fb0e24b data/create/recipes/pressing/aether_dirt_path_from_grass.json
|
||||
8bd950c78b4db3b7f5a9a1f42c116677049b77fc data/create/recipes/pressing/brass_ingot.json
|
||||
1fe1caaec87a1a7b3cd739c372829f48386d2f8a data/create/recipes/pressing/compat/atmospheric/crustose_path.json
|
||||
4d4821506da8c82eabc6109d1cfcb4fa980e54c8 data/create/recipes/pressing/compat/betterendforge/amber_moss_path.json
|
||||
16c653a9c8771662d060a6151fa77ab4ce8d2614 data/create/recipes/pressing/compat/betterendforge/cave_moss_path.json
|
||||
e715dd1d3961de8a817ddcd6a1c411761966e57e data/create/recipes/pressing/compat/betterendforge/chorus_nylium_path.json
|
||||
29a514bea64e7e3f7fe04c2d19749d174b4e42b3 data/create/recipes/pressing/compat/betterendforge/crystal_moss_path.json
|
||||
7b377ce79e3e32a7b3fece940fb0b234d255e3fe data/create/recipes/pressing/compat/betterendforge/end_moss_path.json
|
||||
17c68db229cef447679eeba25da1fe7de17be50d data/create/recipes/pressing/compat/betterendforge/end_myclium_path.json
|
||||
fb6d54e0ee3c8831060a8573d16814217888ae0e data/create/recipes/pressing/compat/betterendforge/jungle_moss_path.json
|
||||
77dbbdd01f36f1ede5018bc1feb3dff960988129 data/create/recipes/pressing/compat/betterendforge/pink_moss_path.json
|
||||
200b0a7f459b4c5f5bd7d6fe46ad1959923b9cb0 data/create/recipes/pressing/compat/betterendforge/shadow_grass_path.json
|
||||
8a53f6ea8dab59477d462eb929f7815f52b34095 data/create/recipes/pressing/compat/byg/lush_grass_path.json
|
||||
4454d7dda6c2b5555227c5c147373df195adedb4 data/create/recipes/pressing/compat/environmental/mycelium_path.json
|
||||
ed3edcf493402051fcff435a5840295b218a078c data/create/recipes/pressing/compat/environmental/podzol_path.json
|
||||
0afcbaa527a8063982caf9a541d1af43fe6becbb data/create/recipes/pressing/compat/infernalexp/crimson_nylium_path.json
|
||||
621f9c7eae4f6f5065ecd48ffe1b0c5c9e6147d3 data/create/recipes/pressing/compat/infernalexp/soul_soil_path.json
|
||||
e049a1c6951c93a53122fc5adb27bee35ca62786 data/create/recipes/pressing/compat/infernalexp/warped_nylium_path.json
|
||||
955613e743a216b10d54f94b89b23166adb49a40 data/create/recipes/pressing/compat/vampirism/cursed_earth_path.json
|
||||
8dee39f86784636639790b0ed1bbd5c845522952 data/create/recipes/pressing/copper_ingot.json
|
||||
45ded8b090292bd1b6928a7fbc2fa47e66a7dcb1 data/create/recipes/pressing/cursed_earth_path_from_grass.json
|
||||
744e1a66857f20a094ba02a3e3613210a815493e data/create/recipes/pressing/gold_ingot.json
|
||||
fb105ac920ce9dc0b883bfa40029b69709bceb38 data/create/recipes/pressing/iron_ingot.json
|
||||
daf5c0c9e3f13d2004d53c54f4c1c36ae098d1ae data/create/recipes/pressing/path.json
|
||||
1c1224d02f5f9941d2e99620fa68767ba5578603 data/create/recipes/pressing/peat_dirt_path.json
|
||||
3fbfc3b129748f2e5f1964f1e797812d331c8719 data/create/recipes/pressing/peat_dirt_path_from_grass.json
|
||||
a2330ec4b822b3109efdf86a244ffa5b71e3a16c data/create/recipes/pressing/silt_dirt_path.json
|
||||
0c654a6513d9aef7929f7520309626d93453c52d data/create/recipes/pressing/silt_dirt_path_from_grass.json
|
||||
629f7feb2048319f575e08effa8f79c3910a7147 data/create/recipes/pressing/sugar_cane.json
|
||||
eaff1b1f905b1073366cb8b504f0ae68a59ad3a3 data/create/recipes/sandpaper_polishing/rose_quartz.json
|
||||
fea41613d29e56d5995e15be6f0dbfb8578973d9 data/create/recipes/splashing/atmospheric/arid_sand.json
|
||||
83f10d640ff21fab00fbae099791d84cb82b36d7 data/create/recipes/splashing/atmospheric/red_arid_sand.json
|
||||
1eb8656f14fffd3e6c3791465e6880ab8c179765 data/create/recipes/splashing/black_concrete_powder.json
|
||||
5215f9b283ba582e1029de2b21cac5986c1eadbd data/create/recipes/splashing/blue_concrete_powder.json
|
||||
3ce6bc6cfbdeb52c2514f5620db9f0b95ee18d3a data/create/recipes/splashing/brown_concrete_powder.json
|
||||
f2cda0bd0d012bd8443bfc7b317df2390acdacc5 data/create/recipes/splashing/byg/cryptic_magma_block.json
|
||||
20fa6574bd8903f2cc0e352bcd8fd6580b598365 data/create/recipes/splashing/crushed_raw_copper.json
|
||||
909331cf4a04345ad4be47848d2850f0133240bd data/create/recipes/splashing/crushed_raw_gold.json
|
||||
7f516ebd70fd756ae6d0f07c625ab72bf1859cb2 data/create/recipes/splashing/crushed_raw_iron.json
|
||||
84fa67d901de38656af11bbcf644361abf651ebb data/create/recipes/splashing/crushed_raw_zinc.json
|
||||
e0746e69dbfee5a7e226980d496490b534f848a9 data/create/recipes/splashing/cyan_concrete_powder.json
|
||||
8218d04c2da1ab30e23e1fba6de1248cf8d7c96d data/create/recipes/splashing/endergetic/petrified_end_corrock.json
|
||||
8ee0a11c90a626d9258d1545cf2f1b85f2049634 data/create/recipes/splashing/endergetic/petrified_end_corrock_block.json
|
||||
812fd40cea41278148fed3bedafbf5f5ae29672a data/create/recipes/splashing/endergetic/petrified_end_corrock_crown.json
|
||||
331b103e45442901dfdee8dd1848f5444dd49f26 data/create/recipes/splashing/endergetic/petrified_nether_corrock.json
|
||||
b555d0a1355e7bef0c196fade709d713f65b551c data/create/recipes/splashing/endergetic/petrified_nether_corrock_block.json
|
||||
2b51fd84596f9384c0c62a81940e601719a9941e data/create/recipes/splashing/endergetic/petrified_nether_corrock_crown.json
|
||||
b12bb2d95b58e461da245f427bf2a85986069423 data/create/recipes/splashing/endergetic/petrified_overworld_corrock.json
|
||||
70682b89453b54bc5bbfba86770443f45a19b8b5 data/create/recipes/splashing/endergetic/petrified_overworld_corrock_block.json
|
||||
e3f12ec5d449caa54ebe1c453a89373492b8f48a data/create/recipes/splashing/endergetic/petrified_overworld_corrock_crown.json
|
||||
05d3228c93b9d42489fbd79dd539a664f6206dba data/create/recipes/splashing/galosphere/crushed_raw_silver.json
|
||||
64535aaa3a5d4b98791337b1a8ce50ad3d39a8ac data/create/recipes/splashing/gravel.json
|
||||
dd9508767f68cc8b5cc2f642690961e0c22c9985 data/create/recipes/splashing/gray_concrete_powder.json
|
||||
8908b452e6bc1290ebb8cfefc2c066460de93bff data/create/recipes/splashing/green_concrete_powder.json
|
||||
869a639fd7069495693fd2106165b57ce674201b data/create/recipes/splashing/ic2/crushed_raw_aluminum.json
|
||||
6fd01478f838507f9e0daf7eb0a19e8315e03cb8 data/create/recipes/splashing/ic2/crushed_raw_silver.json
|
||||
b5a0a0fc79bf310965aa16e78044b3f6a8a9998f data/create/recipes/splashing/ic2/crushed_raw_tin.json
|
||||
00b8d0c2577cc36da1c862234b61fb7d1cfe3e65 data/create/recipes/splashing/ic2/crushed_raw_uranium.json
|
||||
32d3cbf2d10b97a40c9f1f70b004c720782eabda data/create/recipes/splashing/ice.json
|
||||
571631efe13837db49d24e10efc2a5de78cd84b9 data/create/recipes/splashing/iceandfire/crushed_raw_silver.json
|
||||
856e240d49ecf0b722ed13f8310d93f388ffcede data/create/recipes/splashing/immersiveengineering/crushed_raw_aluminum.json
|
||||
5dd083b9e4cf459b9567ee17f2ad71ca31161200 data/create/recipes/splashing/immersiveengineering/crushed_raw_lead.json
|
||||
6707b4319280ce28e1edd594e58549f65cd8376c data/create/recipes/splashing/immersiveengineering/crushed_raw_nickel.json
|
||||
|
@ -603,18 +1087,23 @@ ba674b07d9f6b288ab79917c21e435b7205cbf4f data/create/recipes/splashing/mekanism/
|
|||
44ffc1132df9ea418453dc580d8250107c34b1a2 data/create/recipes/splashing/mekanism/crushed_raw_tin.json
|
||||
7960240bceacdbba1458e354823ae5b4e076d4d0 data/create/recipes/splashing/mekanism/crushed_raw_uranium.json
|
||||
33010500d02167a49b9e697fdeba3c169a80dee3 data/create/recipes/splashing/orange_concrete_powder.json
|
||||
5d8d7e3ee9c80e2eca12c1073f5b7ecfb2b60b53 data/create/recipes/splashing/oreganized/crushed_raw_lead.json
|
||||
1f4e9a5766928ae2302c9736437d04272a305235 data/create/recipes/splashing/oreganized/crushed_raw_silver.json
|
||||
bead7ac4cb59e935f62bb87c077494fcbca6f18f data/create/recipes/splashing/pink_concrete_powder.json
|
||||
2b2404f137bb0fac204abddd4259e916a0b1c7b5 data/create/recipes/splashing/purple_concrete_powder.json
|
||||
c9778afebf604c27dfb69b1095e6d7e07c37008d data/create/recipes/splashing/quark/rusty_iron_plate.json
|
||||
8ad27aeffbd10f19eb9e3e8c71c9851024056999 data/create/recipes/splashing/red_concrete_powder.json
|
||||
c4230c9499ced6d542f7ac2bf8601037f37ec7b5 data/create/recipes/splashing/red_sand.json
|
||||
cccf4ef0891992687dcb7ce5c644499d93210b8a data/create/recipes/splashing/sand.json
|
||||
5f830a62c14cfa86fdc59d3405ac79fa626c53ea data/create/recipes/splashing/soul_sand.json
|
||||
0ee6d52e8966b6189f2841bcdf41417df1ab072c data/create/recipes/splashing/stained_glass.json
|
||||
f241ec6a8ad063b28281c18e1fbb03c482d7af8b data/create/recipes/splashing/stained_glass_pane.json
|
||||
712b367223067cc468346d2fa485779f1501d5ec data/create/recipes/splashing/supplementaries/blackboard.json
|
||||
43bcc2f22cca830f11a48f4b48f699001f4ffbb5 data/create/recipes/splashing/thermal/crushed_raw_lead.json
|
||||
4bc875e07f963f417e0a427ca7a6f9f9a40213ac data/create/recipes/splashing/thermal/crushed_raw_nickel.json
|
||||
0ceeb253b478dde532e4de01d1ff60ed09819388 data/create/recipes/splashing/thermal/crushed_raw_silver.json
|
||||
5fa818c04cb65048be0246ade3946cc1e01a0772 data/create/recipes/splashing/thermal/crushed_raw_tin.json
|
||||
a8fd822419fbb47b37412742fe13a785ae147d21 data/create/recipes/splashing/the_vault/ornate_chain_rusty.json
|
||||
23d70b869e50a1e11df264f3640becac4ec9100d data/create/recipes/splashing/wheat_flour.json
|
||||
a883796342143a5f2b5bc68d230b725964abdb8f data/create/recipes/splashing/white_concrete_powder.json
|
||||
d09bcaa2334e05e6cce37b7342c7de84ce954bb9 data/create/recipes/splashing/wool.json
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.3732177 Create's Custom Sounds
|
||||
043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json
|
||||
// 1.20.1 2024-08-07T16:05:58.7085479 Create's Custom Sounds
|
||||
bcfd9320f8ed54f3282b1757a41da0d1753e1754 assets/create/sounds.json
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// 1.20.1 2023-09-20T19:40:25.4461939 Create's Recipe Serializer Tags
|
||||
// 1.20.1 2024-08-07T16:05:58.761516 Create's Recipe Serializer Tags
|
||||
0d8718f7383761bc5d7bc45306ed266ebf25dc1d data/create/tags/recipe_serializer/automation_ignore.json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// 1.20.1 2023-09-20T19:47:44.9028659 Create's Generated Registry Entries
|
||||
// 1.20.1 2024-08-07T16:05:58.7625129 Create's Generated Registry Entries
|
||||
030ede1044384c4117ac1e491bf5c78bbd2842f5 data/create/damage_type/crush.json
|
||||
92b0416950ffeb3ba68811e587177c2f8811c2c5 data/create/damage_type/cuckoo_surprise.json
|
||||
d2a4fdb64f4ba817e13a7b20c73fd1ca34b825fc data/create/damage_type/fan_fire.json
|
||||
|
|
|
@ -1284,6 +1284,7 @@
|
|||
"create.item_attributes.smokable.inverted": "pǝʞoɯS ǝq ʇouuɐɔ",
|
||||
"create.item_attributes.washable": "pǝɥsɐM ǝq uɐɔ",
|
||||
"create.item_attributes.washable.inverted": "pǝɥsɐM ǝq ʇouuɐɔ",
|
||||
"create.keyinfo.ponder": "ɹǝpuoԀ",
|
||||
"create.keyinfo.scrolldown": ")pןɹoʍuı( uʍoᗡ ןǝǝɥʍǝsnoW ǝʇɐןnɯıS",
|
||||
"create.keyinfo.scrollup": ")pןɹoʍuı( d∩ ןǝǝɥʍǝsnoW ǝʇɐןnɯıS",
|
||||
"create.keyinfo.toolbelt": "sǝxoqןoo⟘ ʎqɹɐǝN ssǝɔɔⱯ",
|
||||
|
@ -1776,7 +1777,7 @@
|
|||
"create.ponder.mechanical_arm_redstone.text_1": "ǝʇɐʌıʇɔɐ ʇou ןןıʍ sɯɹⱯ ןɐɔıuɐɥɔǝW 'ǝuoʇspǝᴚ ʎq pǝɹǝʍod uǝɥM",
|
||||
"create.ponder.mechanical_arm_redstone.text_2": "sǝןɔʎɔ pǝʇɹɐʇs ʎuɐ ɥsıuıɟ ןןıʍ ʇı 'buıddoʇs ǝɹoɟǝᗺ",
|
||||
"create.ponder.mechanical_arm_redstone.text_3": "ǝןɔʎɔ uoıʇɐʌıʇɔɐ ǝuo ʎןʇɔɐxǝ ɹǝbbıɹʇ oʇ pǝsn ǝq uɐɔ ǝsןnd ǝʌıʇɐbǝu ɐ 'snɥ⟘",
|
||||
"create.ponder.mechanical_bearing.header": "buıɹɐǝᗺ ןɐɔıuɐɥɔǝW ǝɥʇ buısn sǝɹnʇɔnɹʇS sbuıʌoW",
|
||||
"create.ponder.mechanical_bearing.header": "buıɹɐǝᗺ ןɐɔıuɐɥɔǝW ǝɥʇ buısn sǝɹnʇɔnɹʇS buıʌoW",
|
||||
"create.ponder.mechanical_bearing.text_1": "ɯǝɥʇ ɟo ʇuoɹɟ uı ʞɔoןq ǝɥʇ oʇ ɥɔɐʇʇɐ sbuıɹɐǝᗺ ןɐɔıuɐɥɔǝW",
|
||||
"create.ponder.mechanical_bearing.text_2": "uoıʇdɐɹʇuoƆ buıʇɐʇoᴚ ɐ oʇuı ʇı ǝןqɯǝssɐ ןןıʍ ʇı 'ǝɔɹoℲ ןɐuoıʇɐʇoᴚ buıʌıǝɔǝɹ uod∩",
|
||||
"create.ponder.mechanical_crafter.header": "sɹǝʇɟɐɹƆ ןɐɔıuɐɥɔǝW dn buıʇʇǝS",
|
||||
|
@ -2513,6 +2514,7 @@
|
|||
"create.subtitle.schematicannon_launch_block": "sǝɹıɟ uouuɐɔıʇɐɯǝɥɔS",
|
||||
"create.subtitle.scroll_value": "sʞɔıןɔ ʇnduı-ןןoɹɔS",
|
||||
"create.subtitle.slime_added": "sǝɥsınbs ǝɯıןS",
|
||||
"create.subtitle.spout": "sʇɹnds ʇnodS",
|
||||
"create.subtitle.steam": "sǝsıou ɯɐǝʇS",
|
||||
"create.subtitle.train": "ǝןqɯnɹ sןǝǝɥʍ ʎǝboᗺ",
|
||||
"create.subtitle.train3": "pǝןɟɟnɯ ǝןqɯnɹ sןǝǝɥʍ ʎǝboᗺ",
|
||||
|
|
|
@ -1284,6 +1284,7 @@
|
|||
"create.item_attributes.smokable.inverted": "cannot be Smoked",
|
||||
"create.item_attributes.washable": "can be Washed",
|
||||
"create.item_attributes.washable.inverted": "cannot be Washed",
|
||||
"create.keyinfo.ponder": "Ponder",
|
||||
"create.keyinfo.scrolldown": "Simulate Mousewheel Down (inworld)",
|
||||
"create.keyinfo.scrollup": "Simulate Mousewheel Up (inworld)",
|
||||
"create.keyinfo.toolbelt": "Access Nearby Toolboxes",
|
||||
|
@ -1776,7 +1777,7 @@
|
|||
"create.ponder.mechanical_arm_redstone.text_1": "When powered by Redstone, Mechanical Arms will not activate",
|
||||
"create.ponder.mechanical_arm_redstone.text_2": "Before stopping, it will finish any started cycles",
|
||||
"create.ponder.mechanical_arm_redstone.text_3": "Thus, a negative pulse can be used to trigger exactly one activation cycle",
|
||||
"create.ponder.mechanical_bearing.header": "Movings Structures using the Mechanical Bearing",
|
||||
"create.ponder.mechanical_bearing.header": "Moving Structures using the Mechanical Bearing",
|
||||
"create.ponder.mechanical_bearing.text_1": "Mechanical Bearings attach to the block in front of them",
|
||||
"create.ponder.mechanical_bearing.text_2": "Upon receiving Rotational Force, it will assemble it into a Rotating Contraption",
|
||||
"create.ponder.mechanical_crafter.header": "Setting up Mechanical Crafters",
|
||||
|
@ -2513,6 +2514,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",
|
||||
|
|
|
@ -16,6 +16,22 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"clipboard_check": {
|
||||
"sounds": [
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:clipboard_check"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clipboard_erase": {
|
||||
"sounds": [
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:clipboard_erase"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cogs": {
|
||||
"sounds": [
|
||||
{
|
||||
|
@ -388,6 +404,27 @@
|
|||
],
|
||||
"subtitle": "create.subtitle.slime_added"
|
||||
},
|
||||
"spout": {
|
||||
"sounds": [
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:spout"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:spout_1"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:spout_2"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"name": "create:spout_3"
|
||||
}
|
||||
],
|
||||
"subtitle": "create.subtitle.spout"
|
||||
},
|
||||
"steam": {
|
||||
"sounds": [
|
||||
{
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_aluminum"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_aluminum_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_aluminum_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_silver_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_silver_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_tin"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_tin_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_tin_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_uranium"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_uranium_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_uranium_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_lead"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/lead_ingot_compat_oreganized"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/lead_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_galosphere"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_galosphere"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_iceandfire"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_iceandfire"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_oreganized"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:cogwheel"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:crafting/kinetics/vertical_gearbox"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:crafting/kinetics/vertical_gearbox"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bone_meal"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:crafting///tree_fertilizer"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:crafting///tree_fertilizer"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_aluminum"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_aluminum_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_aluminum_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_silver_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_silver_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_tin"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_tin_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_tin_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_uranium"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_uranium_compat_ic2"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_uranium_compat_ic2"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_lead"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/lead_ingot_compat_oreganized"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/lead_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_galosphere"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_galosphere"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_iceandfire"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_iceandfire"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_oreganized"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -5,9 +5,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:track"
|
||||
]
|
||||
"tag": "create:tracks"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -12,17 +12,13 @@
|
|||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
"op": "merge",
|
||||
"source": "VanillaTag",
|
||||
"target": "{}"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
|
@ -32,8 +28,8 @@
|
|||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Enchantments",
|
||||
"target": "Enchantments"
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
|
|
|
@ -12,17 +12,13 @@
|
|||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
"op": "merge",
|
||||
"source": "VanillaTag",
|
||||
"target": "{}"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
|
@ -32,8 +28,8 @@
|
|||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Enchantments",
|
||||
"target": "Enchantments"
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ic2"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_aluminum"
|
||||
},
|
||||
"result": "ic2:ingot_aluminum"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ic2"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "ic2:ingot_silver"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ic2"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_tin"
|
||||
},
|
||||
"result": "ic2:ingot_tin"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ic2"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_uranium"
|
||||
},
|
||||
"result": "ic2:ingot_uranium"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "oreganized"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_lead"
|
||||
},
|
||||
"result": "oreganized:lead_ingot"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "galosphere"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "galosphere:silver_ingot"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "iceandfire"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "iceandfire:silver_ingot"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "blocks",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "oreganized"
|
||||
}
|
||||
],
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "oreganized:silver_ingot"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"type": "create:compacting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snow_block"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "create:andesite_casing"
|
||||
},
|
||||
"C": {
|
||||
"item": "create:cogwheel"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"C C",
|
||||
" B ",
|
||||
"C C"
|
||||
],
|
||||
"result": {
|
||||
"item": "create:vertical_gearbox"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:small_flowers"
|
||||
},
|
||||
{
|
||||
"tag": "minecraft:small_flowers"
|
||||
},
|
||||
{
|
||||
"tag": "create:upgrade_aquatic/coral"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "create:tree_fertilizer"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ae2:deepslate_quartz_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"item": "ae2:certus_quartz_crystal"
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"item": "ae2:certus_quartz_dust"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "ae2:certus_quartz_dust"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ae2:quartz_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"item": "ae2:certus_quartz_crystal"
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"item": "ae2:certus_quartz_dust"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "ae2:certus_quartz_dust"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "aether"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "aether:ambrosium_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 150,
|
||||
"results": [
|
||||
{
|
||||
"item": "aether:ambrosium_shard"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "aether:ambrosium_shard"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "aether:holystone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "aether"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "aether:zanite_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "aether:zanite_gemstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "aether:zanite_gemstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "aether:holystone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ores/ametrine"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "byg:ametrine_gems"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "byg:ametrine_gems"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "byg:cobbled_ether_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ores/anthracite"
|
||||
}
|
||||
],
|
||||
"processingTime": 150,
|
||||
"results": [
|
||||
{
|
||||
"item": "byg:anthracite",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"item": "byg:anthracite"
|
||||
},
|
||||
{
|
||||
"item": "byg:anthracite",
|
||||
"chance": 0.5
|
||||
"chance": 0.5,
|
||||
"item": "byg:anthracite"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"item": "byg:brimstone",
|
||||
"chance": 0.125
|
||||
"chance": 0.125,
|
||||
"item": "byg:brimstone"
|
||||
}
|
||||
],
|
||||
"processingTime": 150
|
||||
]
|
||||
}
|
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:blue_nether_gold_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 18
|
||||
"count": 18,
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"item": "byg:blue_netherrack",
|
||||
"chance": 0.125
|
||||
"chance": 0.125,
|
||||
"item": "byg:blue_netherrack"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
]
|
||||
}
|
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:blue_nether_quartz_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"chance": 0.25
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"item": "byg:blue_netherrack",
|
||||
"chance": 0.125
|
||||
"chance": 0.125,
|
||||
"item": "byg:blue_netherrack"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
]
|
||||
}
|
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:brimstone_nether_gold_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 18
|
||||
"count": 18,
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"item": "byg:brimstone",
|
||||
"chance": 0.125
|
||||
"chance": 0.125,
|
||||
"item": "byg:brimstone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
]
|
||||
}
|
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:brimstone_nether_quartz_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"chance": 0.25
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"item": "byg:brimstone",
|
||||
"chance": 0.125
|
||||
"chance": 0.125,
|
||||
"item": "byg:brimstone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:cryptic_redstone_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"results": [
|
||||
{
|
||||
"count": 6,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "byg:cryptic_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ores/emeraldite"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "byg:emeraldite_shards"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "byg:emeraldite_shards"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "byg:scoria_cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,34 +1,34 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ores/lignite"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"item": "byg:lignite",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "byg:lignite",
|
||||
"count": 2,
|
||||
"chance": 0.5
|
||||
"item": "byg:lignite"
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
"chance": 0.5,
|
||||
"count": 2,
|
||||
"item": "byg:lignite"
|
||||
},
|
||||
{
|
||||
"item": "byg:cobbled_ether_stone",
|
||||
"chance": 0.125
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "byg:cobbled_ether_stone"
|
||||
}
|
||||
],
|
||||
"processingTime": 300
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ores/emeraldite"
|
||||
}
|
||||
],
|
||||
"processingTime": 150,
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "minecraft:glowstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "minecraft:glowstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,21 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:red_rock"
|
||||
}
|
||||
],
|
||||
"processingTime": 150,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:red_sand",
|
||||
"count": 1
|
||||
"item": "minecraft:red_sand"
|
||||
}
|
||||
],
|
||||
"processingTime": 150
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "druidcraft"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:amber_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "druidcraft:amber"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "druidcraft:amber"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "druidcraft"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:fiery_glass_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"count": 8,
|
||||
"item": "druidcraft:fiery_glass"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"count": 6,
|
||||
"item": "druidcraft:fiery_glass"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "druidcraft"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:moonstone_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "druidcraft:moonstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "druidcraft:moonstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_coal_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_coal_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_copper_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 5,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_copper_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 5,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_diamond_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_diamond_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_emerald_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_emerald_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_ender_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_ghast_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_iron_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_iron_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_lapis_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 10,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_lapis_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 10,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_redstone_end"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 6,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "elementaryores"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_redstone_nether"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"count": 6,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_andesite"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_diorite"
|
||||
}
|
||||
],
|
||||
"processingTime": 100,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_netherrack"
|
||||
}
|
||||
],
|
||||
"processingTime": 100,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:cinder_flour"
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "create:cinder_flour"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diorite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_diorite"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
}
|
||||
],
|
||||
"processingTime": 200,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_end_stone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:granite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_granite"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "exnihilosequentia"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "galosphere"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/allurite"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.8,
|
||||
"count": 4,
|
||||
"item": "galosphere:allurite_shard"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "galosphere"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/amethyst"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.8,
|
||||
"count": 4,
|
||||
"item": "minecraft:amethyst_shard"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "galosphere"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/lumiere"
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.8,
|
||||
"count": 4,
|
||||
"item": "galosphere:lumiere_shard"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "neapolitan"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
],
|
||||
"processingTime": 100,
|
||||
"results": [
|
||||
{
|
||||
"item": "neapolitan:ice_cubes",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"item": "neapolitan:ice_cubes"
|
||||
},
|
||||
{
|
||||
"item": "neapolitan:ice_cubes",
|
||||
"chance": 0.25,
|
||||
"count": 3,
|
||||
"chance": 0.25
|
||||
"item": "neapolitan:ice_cubes"
|
||||
}
|
||||
],
|
||||
"processingTime": 100
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue