First Machine Age's Mods (Combined repo.)
Revision | 0c2ddec29fe6edefa52f78f5d20435fb1a953a91 (tree) |
---|---|
Time | 2021-07-20 07:34:37 |
Author | melchior <melchior@user...> |
Commiter | melchior |
AMR item Changes made for VS1.15
new Item 'Dimension' field needs to be set
@@ -2,6 +2,7 @@ | ||
2 | 2 | code: "metal_fragments", |
3 | 3 | class:"VariableMetalItem", |
4 | 4 | maxstacksize: 1, |
5 | + dimensions: { width: 0.1, height: 0.07, length: 0.1 }, | |
5 | 6 | attributes: { |
6 | 7 | handbook: { |
7 | 8 | exclude: true |
@@ -2,6 +2,7 @@ | ||
2 | 2 | code: "metal_shaving", |
3 | 3 | class: "SmartSmeltableItem", |
4 | 4 | maxstacksize: 128, |
5 | + dimensions: { width: 0.09, height: 0.09, length: 0.09 }, | |
5 | 6 | attributes: { |
6 | 7 | handbook: { |
7 | 8 | excludeByType: { |
@@ -4,9 +4,9 @@ | ||
4 | 4 | "description" : "Get back lost scrap and smithing discards. Plus more.", |
5 | 5 | "authors": ["Melchior"], |
6 | 6 | "ModID":"metalrecovery", |
7 | - "version": "0.1.9", | |
7 | + "version": "0.1.10", | |
8 | 8 | "dependencies": { |
9 | - "game": "1.14.10", | |
9 | + "game": "1.15.1", | |
10 | 10 | "survival": "" |
11 | 11 | }, |
12 | 12 | "website": "http://nowebsite.nope" |