Skip to content

Commit

Permalink
Update 5.6.0.67
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Feb 3, 2021
1 parent e47a001 commit 698248b
Show file tree
Hide file tree
Showing 86 changed files with 1,496 additions and 152 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,17 @@ minecraft {

sourceSets.main.resources { srcDir 'src/generated/resources' }

repositories {
maven { url = 'https://www.cursemaven.com/' }
}

dependencies {
minecraft 'net.minecraftforge:forge:1.16.4-35.1.4'
compile fileTree(dir:'lib', include:'*.jar')
// Mod with compatibility patch
implementation fg.deobf("curse.maven:create-328085:3167531")
// JEI: use for quick testing on compatibility
implementation fg.deobf("curse.maven:jei-238222:3189632")
}

jar {
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
+ Diamond nether ore
+ Emerald nether ore
+ Bad registry name apply on some block
+ Missing recipe
+ Add
+ Dust
+ Coal
Expand All @@ -24,6 +25,8 @@
+ Lapis
+ Emerald
+ Custom creative tab
+ Compatibility
+ Create (partial)

### 4.5.0.63-experimental
+ Add support for DiaboloLib 1.0.4
Expand Down
66 changes: 58 additions & 8 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,23 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "forge:ingots/aluminium"
}
],
"results": [
{
"item": "janoeo:aluminium_dust"
}
],
"processingTime": 300,
"conditions": [
{
"value": {
"tag": "forge:ingots/aluminium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
}
14 changes: 14 additions & 0 deletions src/generated/resources/data/create/recipes/crushing/coal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:coal"
}
],
"results": [
{
"item": "janoeo:coal_dust"
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "janoeo:coal_basalt_ore"
}
],
"results": [
{
"item": "minecraft:coal",
"count": 2
},
{
"item": "minecraft:coal",
"count": 2,
"chance": 0.5
},
{
"item": "minecraft:basalt",
"chance": 0.125
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "janoeo:coal_end_ore"
}
],
"results": [
{
"item": "minecraft:coal",
"count": 2
},
{
"item": "minecraft:coal",
"count": 2,
"chance": 0.5
},
{
"item": "minecraft:end_stone",
"chance": 0.125
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "janoeo:coal_nether_ore"
}
],
"results": [
{
"item": "minecraft:coal",
"count": 2
},
{
"item": "minecraft:coal",
"count": 2,
"chance": 0.5
},
{
"item": "minecraft:netherrack",
"chance": 0.125
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "forge:ingots/copper"
}
],
"results": [
{
"item": "janoeo:copper_dust"
}
],
"processingTime": 350,
"conditions": [
{
"value": {
"tag": "forge:ingots/copper",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
}
14 changes: 14 additions & 0 deletions src/generated/resources/data/create/recipes/crushing/diamond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:diamond"
}
],
"results": [
{
"item": "janoeo:diamond_dust"
}
],
"processingTime": 500
}
14 changes: 14 additions & 0 deletions src/generated/resources/data/create/recipes/crushing/emerald.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:emerald"
}
],
"results": [
{
"item": "janoeo:emerald_dust"
}
],
"processingTime": 500
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:gold_ingot"
}
],
"results": [
{
"item": "janoeo:gold_dust"
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:iron_ingot"
}
],
"results": [
{
"item": "janoeo:iron_dust"
}
],
"processingTime": 400
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:lapis_lazuli"
}
],
"results": [
{
"item": "janoeo:lapis_dust"
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "forge:ingots/lead"
}
],
"results": [
{
"item": "janoeo:lead_dust"
}
],
"processingTime": 250,
"conditions": [
{
"value": {
"tag": "forge:ingots/lead",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "forge:ingots/nickel"
}
],
"results": [
{
"item": "janoeo:nickel_dust"
}
],
"processingTime": 350,
"conditions": [
{
"value": {
"tag": "forge:ingots/nickel",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "forge:ingots/platinum"
}
],
"results": [
{
"item": "janoeo:platinum_dust"
}
],
"processingTime": 350,
"conditions": [
{
"value": {
"tag": "forge:ingots/platinum",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "janoeo:redstone_basalt_ore"
}
],
"results": [
{
"item": "minecraft:redstone",
"count": 8
},
{
"item": "minecraft:redstone",
"count": 6,
"chance": 0.25
},
{
"item": "minecraft:basalt",
"chance": 0.125
}
],
"processingTime": 300
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "janoeo:redstone_end_ore"
}
],
"results": [
{
"item": "minecraft:redstone",
"count": 8
},
{
"item": "minecraft:redstone",
"count": 6,
"chance": 0.25
},
{
"item": "minecraft:end_stone",
"chance": 0.125
}
],
"processingTime": 300
}
Loading

0 comments on commit 698248b

Please sign in to comment.