mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-14 00:06:52 +01:00
Merge branch 'mc1.18/dev' into mc1.19/dev
This commit is contained in:
commit
a012194f0f
843 changed files with 17373 additions and 10610 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 {
|
||||
|
@ -195,16 +196,46 @@ dependencies {
|
|||
runtimeOnly fg.deobf("org.squiddev:cc-tweaked-${cc_tweaked_minecraft_version}:${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:4567924")
|
||||
// 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.19.2
|
||||
|
||||
minecraft_version = 1.19.2
|
||||
|
@ -33,6 +33,10 @@ cc_tweaked_enable = true
|
|||
cc_tweaked_minecraft_version = 1.19.2
|
||||
cc_tweaked_version = 1.101.2
|
||||
|
||||
dynamic_trees_enable = true
|
||||
dynamic_trees_minecraft_version = 1.19.2
|
||||
dynamic_trees_version = 1.2.2
|
||||
|
||||
# curseforge information
|
||||
projectId = 328085
|
||||
curse_type = beta
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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": [
|
||||
{
|
||||
"name": "create:clipboard_check",
|
||||
"type": "file"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clipboard_erase": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "create:clipboard_erase",
|
||||
"type": "file"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cogs": {
|
||||
"sounds": [
|
||||
{
|
||||
|
@ -388,6 +404,27 @@
|
|||
],
|
||||
"subtitle": "create.subtitle.slime_added"
|
||||
},
|
||||
"spout": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "create:spout",
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"name": "create:spout_1",
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"name": "create:spout_2",
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"name": "create:spout_3",
|
||||
"type": "file"
|
||||
}
|
||||
],
|
||||
"subtitle": "create.subtitle.spout"
|
||||
},
|
||||
"steam": {
|
||||
"sounds": [
|
||||
{
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_aluminum_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_aluminum"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_aluminum_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_silver_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_silver_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_tin_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_tin"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_tin_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/ingot_uranium_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_uranium"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/ingot_uranium_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/lead_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_lead"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/lead_ingot_compat_oreganized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_galosphere"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_galosphere"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_iceandfire"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_iceandfire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:blasting/silver_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:blasting/silver_ingot_compat_oreganized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_aluminum_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_aluminum"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_aluminum_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_silver_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_silver_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_tin_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_tin"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_tin_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/ingot_uranium_compat_ic2"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_uranium"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/ingot_uranium_compat_ic2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/lead_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_lead"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/lead_ingot_compat_oreganized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_galosphere"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_galosphere"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_iceandfire"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_iceandfire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:smelting/silver_ingot_compat_oreganized"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:crushed_raw_silver"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:smelting/silver_ingot_compat_oreganized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:crafting/kinetics/vertical_gearbox"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:cogwheel"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:crafting/kinetics/vertical_gearbox"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:crafting///tree_fertilizer"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bone_meal"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "create:crafting///tree_fertilizer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -5,9 +5,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:track"
|
||||
]
|
||||
"tag": "create:tracks"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -2,47 +2,43 @@
|
|||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": [
|
||||
{
|
||||
"source": "VanillaTag",
|
||||
"target": "{}",
|
||||
"op": "merge"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
"target": "Air",
|
||||
"op": "replace"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Enchantments",
|
||||
"target": "Enchantments"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "create:copper_backtank"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -2,47 +2,43 @@
|
|||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": [
|
||||
{
|
||||
"source": "VanillaTag",
|
||||
"target": "{}",
|
||||
"op": "merge"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Air",
|
||||
"target": "Air"
|
||||
"target": "Air",
|
||||
"op": "replace"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "Enchantments",
|
||||
"target": "Enchantments"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "create:netherite_backtank"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_aluminum"
|
||||
},
|
||||
"result": "ic2:ingot_aluminum",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ic2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "ic2:ingot_silver",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ic2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_tin"
|
||||
},
|
||||
"result": "ic2:ingot_tin",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ic2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_uranium"
|
||||
},
|
||||
"result": "ic2:ingot_uranium",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ic2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_lead"
|
||||
},
|
||||
"result": "oreganized:lead_ingot",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "oreganized",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "galosphere:silver_ingot",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "galosphere",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "iceandfire:silver_ingot",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "iceandfire",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "oreganized:silver_ingot",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "oreganized",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C C",
|
||||
" B ",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "create:cogwheel"
|
||||
},
|
||||
"B": {
|
||||
"item": "create:andesite_casing"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:vertical_gearbox"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:small_flowers"
|
||||
},
|
||||
{
|
||||
"tag": "minecraft:small_flowers"
|
||||
},
|
||||
{
|
||||
"tag": "create:upgrade_aquatic/coral"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "create:tree_fertilizer",
|
||||
"count": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ae2:deepslate_quartz_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "ae2:certus_quartz_crystal"
|
||||
},
|
||||
{
|
||||
"item": "ae2:certus_quartz_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "ae2:certus_quartz_dust",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobbled_deepslate",
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ae2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ae2:quartz_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "ae2:certus_quartz_crystal"
|
||||
},
|
||||
{
|
||||
"item": "ae2:certus_quartz_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "ae2:certus_quartz_dust",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "ae2",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "aether:ambrosium_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "aether:ambrosium_shard"
|
||||
},
|
||||
{
|
||||
"item": "aether:ambrosium_shard",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "aether:holystone",
|
||||
"chance": 0.125
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
}
|
||||
],
|
||||
"processingTime": 150,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "aether",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "aether:zanite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "aether:zanite_gemstone"
|
||||
},
|
||||
{
|
||||
"item": "aether:zanite_gemstone",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "aether:holystone",
|
||||
"chance": 0.125
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "aether",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 500
|
||||
"processingTime": 500,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 150
|
||||
"processingTime": 150,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -25,5 +19,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -25,5 +19,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 250
|
||||
"processingTime": 250,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 500
|
||||
"processingTime": 500,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -30,5 +24,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,23 +1,17 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:pervaded_netherrack"
|
||||
"tag": "forge:ores/emeraldite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:glowstone_dust",
|
||||
"item": "minecraft:glowstone",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glowstone_dust",
|
||||
"item": "minecraft:glowstone",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
|
@ -29,5 +23,11 @@
|
|||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 150
|
||||
"processingTime": 150,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -13,9 +7,14 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:red_sand",
|
||||
"count": 1
|
||||
"item": "minecraft:red_sand"
|
||||
}
|
||||
],
|
||||
"processingTime": 150
|
||||
"processingTime": 150,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "byg",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:amber_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "druidcraft:amber",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "druidcraft:amber",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "druidcraft",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:fiery_glass_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "druidcraft:fiery_glass",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "druidcraft:fiery_glass",
|
||||
"count": 6,
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "druidcraft",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "druidcraft:moonstone_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "druidcraft:moonstone",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "druidcraft:moonstone",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "druidcraft",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_coal_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:coal",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_coal_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:coal",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_copper_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_copper",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"item": "create:crushed_raw_copper",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_copper_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_copper",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"item": "create:crushed_raw_copper",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_diamond_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_diamond_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_emerald_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_emerald_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_ender_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:ender_pearl",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_ghast_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:ghast_tear",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_iron_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"item": "create:crushed_raw_iron",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_iron_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"item": "create:crushed_raw_iron",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_lapis_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_lapis_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_redstone_end"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "elementaryores:ore_redstone_nether"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "elementaryores",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_andesite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_diorite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"processingTime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_netherrack"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:cinder_flour"
|
||||
},
|
||||
{
|
||||
"item": "create:cinder_flour",
|
||||
"chance": 0.5
|
||||
}
|
||||
],
|
||||
"processingTime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diorite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_diorite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:dust"
|
||||
}
|
||||
],
|
||||
"processingTime": 200,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_end_stone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:granite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_granite"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "exnihilosequentia:crushed_netherrack"
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "exnihilosequentia",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/allurite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "galosphere:allurite_shard",
|
||||
"count": 4,
|
||||
"chance": 0.8
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "galosphere",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/amethyst"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:amethyst_shard",
|
||||
"count": 4,
|
||||
"chance": 0.8
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "galosphere",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "create:stone_types/galosphere/lumiere"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "galosphere:lumiere_shard",
|
||||
"count": 4,
|
||||
"chance": 0.8
|
||||
}
|
||||
],
|
||||
"processingTime": 300,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "galosphere",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "neapolitan"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
|
@ -22,5 +16,11 @@
|
|||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"processingTime": 100
|
||||
"processingTime": 100,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "neapolitan",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:moss_block"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "quark:moss_paste",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "quark:moss_paste",
|
||||
"chance": 0.1
|
||||
}
|
||||
],
|
||||
"processingTime": 50,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "quark",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:agate_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:agate",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:agate",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:alexandrite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:alexandrite",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:alexandrite",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:amber_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:amber",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:amber",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:amethyst_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:amethyst",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:amethyst",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:ametrine_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:ametrine",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:ametrine",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherrack",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:ammolite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:ammolite",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:ammolite",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:apatite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:apatite",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:apatite",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "silentgems:aquamarine_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "silentgems:aquamarine",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "silentgems:aquamarine",
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.12
|
||||
}
|
||||
],
|
||||
"processingTime": 350,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "silentgems",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue