Skip to content

Commit

Permalink
Merge pull request #219 from millennIumAMbiguity/1.18.x/recipes-and-m…
Browse files Browse the repository at this point in the history
…ass-balancing

Recipes and mass balancing
  • Loading branch information
ewoudje authored Jul 15, 2023
2 parents af1ec08 + 9d323c5 commit 501d6b4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
6 changes: 3 additions & 3 deletions common/src/main/resources/data/vs_eureka/recipes/anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"pattern": [
"#i#",
" i ",
"IiI"
"iIi"
],
"key": {
"#": {
"item": "minecraft:string"
"item": "minecraft:lead"
},
"i": {
"item": "minecraft:iron_ingot"
},
"I": {
"item": "minecraft:iron_nugget"
"item": "minecraft:iron_block"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"result": {
"item": "vs_eureka:balloon",
"count": 32
"count": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"result": {
"item": "vs_eureka:balloon",
"count": 16
"count": 2
}
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"result": {
"item": "vs_eureka:balloon",
"count": 32
"count": 4
}
}
8 changes: 8 additions & 0 deletions common/src/main/resources/data/vs_eureka/vs_mass/eureka.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
{
"block": "vs_eureka:ship_helm",
"mass": 350.0
},
{
"block": "vs_eureka:engine",
"mass": 3200.0
},
{
"block": "vs_eureka:anchor",
"mass": 8840.0
}
]

0 comments on commit 501d6b4

Please sign in to comment.