Skip to content

Commit

Permalink
Merge pull request #80 from valipopescu/main
Browse files Browse the repository at this point in the history
some recipes lost in the updates put back in the game
  • Loading branch information
thevortex authored May 10, 2023
2 parents eb0b4f1 + 89303f4 commit 48af4da
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubejs/data/ae2/recipes/inscriber/menril_sapling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "ae2:inscriber",
"mode": "inscribe",
"result": {
"item": "integrateddynamics:menril_sapling"
},
"ingredients": {
"middle": {
"tag": "forge:saplings"
},
"top": {
"tag": "forge:dusts/uranium"
},
"bottom":{
"item": "minecraft:ender_eye"
}
}
}
31 changes: 31 additions & 0 deletions kubejs/data/bloodmagic/worldgen/biome/none.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"temperature": 0.4,
"downfall": 0,
"precipitation": "none",
"category": "desert",
"effects": {
"sky_color": -3044526,
"fog_color": -3044526,
"water_color": 4159204,
"water_fog_color": 329011,
"grass_color": 9551193,
"foliage_color": 7842607,
"particle": {
"options": {
"type": "minecraft:crimson_spore"
},
"probability": 0.000
}
},
"creature_spawn_probability": 0.0,
"spawners": {
"monster": [
]
},
"spawn_costs": {
},
"carvers": {
},
"features": [
]
}
16 changes: 16 additions & 0 deletions kubejs/data/thermal/recipes/machines/insolator/chorus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "thermal:insolator",
"ingredient": {
"item": "integrateddynamics:proto_chorus"
},
"result": [
{
"item": "minecraft:chorus_fruit",
"chance": 2.5
},
{
"item": "integrateddynamics:proto_chorus",
"chance": 1
}
]
}

0 comments on commit 48af4da

Please sign in to comment.