Adjustor mod plugin for VS
修订版 | 7429f62d8fefa9bc69e819477c7207a06ff22d4f (tree) |
---|---|
时间 | 2019-12-15 05:09:11 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
Updates for VS1.11
(mech blocks not-supported currently...)
@@ -61,7 +61,10 @@ namespace Adjustor | ||
61 | 61 | @"BlockBed", |
62 | 62 | @"BlockDoor", |
63 | 63 | @"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", | |
65 | 68 | }; |
66 | 69 | |
67 | 70 | private static string[] _blacklistedEntityClasses = new string[] |
@@ -2,10 +2,11 @@ | ||
2 | 2 | "type": "code", |
3 | 3 | "name": "Adjustment Tool", |
4 | 4 | "description" : "Alter, Rotate blocks without breaking them. Now with Economy tool!", |
5 | - "authors": ["Melchior", ], | |
5 | + "authors": ["Melchior" ], | |
6 | + "contributors": ["bunnyviking"], | |
6 | 7 | "version": "0.1.9", |
7 | 8 | "dependencies": { |
8 | - "game": "1.10.*", | |
9 | + "game": "1.11.0", | |
9 | 10 | "survival": "" |
10 | 11 | }, |
11 | 12 | "website": "http://nowebsite.nope" |