AMR item Changes made for VS1.15

new Item 'Dimension' field needs to be set
This commit is contained in:
melchior 2021-07-19 18:34:37 -04:00
parent c93427d089
commit 0c2ddec29f
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@
code: "metal_fragments",
class:"VariableMetalItem",
maxstacksize: 1,
dimensions: { width: 0.1, height: 0.07, length: 0.1 },
attributes: {
handbook: {
exclude: true

View file

@ -2,6 +2,7 @@
code: "metal_shaving",
class: "SmartSmeltableItem",
maxstacksize: 128,
dimensions: { width: 0.09, height: 0.09, length: 0.09 },
attributes: {
handbook: {
excludeByType: {

View file

@ -4,9 +4,9 @@
"description" : "Get back lost scrap and smithing discards. Plus more.",
"authors": ["Melchior"],
"ModID":"metalrecovery",
"version": "0.1.9",
"version": "0.1.10",
"dependencies": {
"game": "1.14.10",
"game": "1.15.1",
"survival": ""
},
"website": "http://nowebsite.nope"