Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move compat recipies to datagen #5095

Merged
merged 29 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f7fd953
Separate config options for placing source blocks
Attack8 Jun 28, 2023
66d414f
Add IC2 Metals compat
Attack8 Jun 28, 2023
16497d4
Compat Datagen, pt 1
Attack8 Jun 29, 2023
cdab3b5
Add IC2 Metals compat
Attack8 Jun 28, 2023
09cae09
Compat Datagen, pt 1
Attack8 Jun 29, 2023
5267887
Merge branch 'mc1.18/compatdatagen' of https://github.com/Attack8/Cre…
Attack8 Jun 29, 2023
8b24dfb
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/compatdatagen
Attack8 Jul 3, 2023
d6e5bd8
All Compat Recipes moved to datagen
Attack8 Jul 4, 2023
9d49d9e
Merge branch 'mc1.18/compatdatagen' of https://github.com/Attack8/Cre…
Attack8 Jul 4, 2023
574a71b
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/compatdatagen
Attack8 Jul 9, 2023
51f6c78
Add Oreganized and Galosphere compat
Attack8 Aug 1, 2023
eca9331
Update HexCasting Compat
Attack8 Aug 1, 2023
b3e0c4c
Add The Vault Compat
Attack8 Aug 9, 2023
b53f1d2
Add The Vault Compat
Attack8 Aug 9, 2023
092b398
Merge remote-tracking branch 'origin/mc1.18/compatdatagen' into mc1.1…
Attack8 Aug 9, 2023
c2261bc
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/compatdatagen
Attack8 Aug 23, 2023
5093c1c
Fix dupe bug added by last commit
Attack8 Aug 24, 2023
8ae619b
Merge remote-tracking branch 'origin/mc1.18/compatdatagen' into mc1.1…
Attack8 Aug 24, 2023
1fd221d
Merge branch 'mc1.18/dev' into mc1.18/compatdatagen
Attack8 Oct 15, 2023
460f015
adding some wood missed previously
Attack8 Oct 16, 2023
9a2fe1e
add Nether's Exoticism Compat
Attack8 Oct 16, 2023
f3b9123
Merge branch 'mc1.18/dev' into mc1.18/compatdatagen
Attack8 Dec 8, 2023
7d63d7e
Update Mods.java
Attack8 Mar 16, 2024
6a6bb83
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/compatdatagen
Attack8 Mar 16, 2024
1d595b3
Update CuttingRecipeGen.java
Attack8 Mar 16, 2024
e48a10c
Update MillingRecipeGen.java
Attack8 Mar 16, 2024
449f9f2
Update PressingRecipeGen.java
Attack8 Mar 16, 2024
53e11b1
Update WashingRecipeGen.java
Attack8 Mar 16, 2024
a9c1131
Ok it's actually correct now
NerdsOfAFeather Mar 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ dependencies {
runtimeOnly fg.deobf("org.squiddev:cc-tweaked-${cc_tweaked_minecraft_version}:${cc_tweaked_version}")
}

// implementation fg.deobf("curse.maven:ic2-classic-242942:4563059")
// implementation fg.deobf("curse.maven:druidcraft-340991:3101903")
// implementation fg.deobf("com.ferreusveritas.dynamictrees:DynamicTrees-1.16.5:0.10.0-Beta25")
// runtimeOnly fg.deobf("vazkii.arl:AutoRegLib:1.4-35.69")
Expand Down
350 changes: 345 additions & 5 deletions src/generated/resources/.cache/cache

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
Loading