• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

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

Adjustor mod plugin for VS


Commit MetaInfo

Revision7429f62d8fefa9bc69e819477c7207a06ff22d4f (tree)
Zeit2019-12-15 05:09:11
Autormelchior <melchior@user...>
Commitermelchior

Log Message

Updates for VS1.11
(mech blocks not-supported currently...)

Ändern Zusammenfassung

Diff

--- a/AdjustorMod/ItemAdjustor.cs
+++ b/AdjustorMod/ItemAdjustor.cs
@@ -61,7 +61,10 @@ namespace Adjustor
6161 @"BlockBed",
6262 @"BlockDoor",
6363 @"BlockTroughDoubleBlock",
64- @"BlockFence" //FIXME: Blacklist of Multi-block entites until futher notice.
64+ @"BlockFence", //FIXME: Blacklist of Multi-block entites until futher notice.
65+ @"BlockAxle",
66+ @"BlockWindmillRotor",
67+ @"BlockAngledGears",
6568 };
6669
6770 private static string[] _blacklistedEntityClasses = new string[]
--- a/AdjustorMod/modinfo.json
+++ b/AdjustorMod/modinfo.json
@@ -2,10 +2,11 @@
22 "type": "code",
33 "name": "Adjustment Tool",
44 "description" : "Alter, Rotate blocks without breaking them. Now with Economy tool!",
5- "authors": ["Melchior", ],
5+ "authors": ["Melchior" ],
6+ "contributors": ["bunnyviking"],
67 "version": "0.1.9",
78 "dependencies": {
8- "game": "1.10.*",
9+ "game": "1.11.0",
910 "survival": ""
1011 },
1112 "website": "http://nowebsite.nope"