AMR item Changes made for VS1.15
new Item 'Dimension' field needs to be set
This commit is contained in:
parent
c93427d089
commit
0c2ddec29f
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
code: "metal_shaving",
|
||||
class: "SmartSmeltableItem",
|
||||
maxstacksize: 128,
|
||||
dimensions: { width: 0.09, height: 0.09, length: 0.09 },
|
||||
attributes: {
|
||||
handbook: {
|
||||
excludeByType: {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue