• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

Revision0c2ddec29fe6edefa52f78f5d20435fb1a953a91 (tree)
Time2021-07-20 07:34:37
Authormelchior <melchior@user...>
Commitermelchior

Log Message

AMR item Changes made for VS1.15

new Item 'Dimension' field needs to be set

Change Summary

Incremental Difference

--- a/AnvilMetalRecovery/assets/fma/itemtypes/metal/fragments.json
+++ b/AnvilMetalRecovery/assets/fma/itemtypes/metal/fragments.json
@@ -2,6 +2,7 @@
22 code: "metal_fragments",
33 class:"VariableMetalItem",
44 maxstacksize: 1,
5+ dimensions: { width: 0.1, height: 0.07, length: 0.1 },
56 attributes: {
67 handbook: {
78 exclude: true
--- a/AnvilMetalRecovery/assets/fma/itemtypes/metal/metal_shavings.json
+++ b/AnvilMetalRecovery/assets/fma/itemtypes/metal/metal_shavings.json
@@ -2,6 +2,7 @@
22 code: "metal_shaving",
33 class: "SmartSmeltableItem",
44 maxstacksize: 128,
5+ dimensions: { width: 0.09, height: 0.09, length: 0.09 },
56 attributes: {
67 handbook: {
78 excludeByType: {
--- a/AnvilMetalRecovery/modinfo.json
+++ b/AnvilMetalRecovery/modinfo.json
@@ -4,9 +4,9 @@
44 "description" : "Get back lost scrap and smithing discards. Plus more.",
55 "authors": ["Melchior"],
66 "ModID":"metalrecovery",
7- "version": "0.1.9",
7+ "version": "0.1.10",
88 "dependencies": {
9- "game": "1.14.10",
9+ "game": "1.15.1",
1010 "survival": ""
1111 },
1212 "website": "http://nowebsite.nope"