-
Notifications
You must be signed in to change notification settings - Fork 3
Support for Sub-IDs #16
Comments
I'd like to point out that if anything, Gunsmith should be supporting block states and not "sub id's" which are almost completely phased out in Minecraft. |
Naming it "BlockState", "MaterialState", "Sub-Id" or "asdf-ID" is not relevant. It's still the same. I used voxel a lot in the old days and I think continuity of basics commands is a part of a great plugin. Side-node/-question: |
it is phased in all places but the chunk serialization in MC1.9 and for MC1.10 it will be completely removed. So adding support for a byte data value is not feasible for the future. And I do agree with you on the complexity. |
@Deamon5550 -> I splitted it into the issue #18. |
Please add a way to set the Sub-IDs of both materials.
Either:
/v <mat>[:subid]
->/v 5:1
or like in the old times both commands
/vi
and/vri
.Greetings,
mike
PS: You do a great job. It was at first a strange change, but voxel should be more powerful than before. Altough it is a bit too complex / complicated (it takes longer than before) with those setter method (
/vs <key> = <value>
).The text was updated successfully, but these errors were encountered: