File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 21
21
Only survival items were restored, items from other example configs still won't work
22
22
You may need to use an older version of Magic for all of this to really work properly - sorry!
23
23
- Fix uses of stained glass in star wars and automata configs, various other places
24
+ - Fix loading boolean values from wand data
24
25
25
26
# 10.10.2
26
27
Original file line number Diff line number Diff line change @@ -15,4 +15,15 @@ rubysword:
15
15
16
16
sapphiresword :
17
17
name : Sapphire Sword
18
- item : diamond_sword{18003}
18
+ item : diamond_sword{18003}
19
+
20
+ cheese_overlay :
21
+ item :
22
+ == : org.bukkit.inventory.ItemStack
23
+ DataVersion : 4325
24
+ id : minecraft:leather_helmet
25
+ count : 1
26
+ components :
27
+ minecraft:equippable : ' {camera_overlay:"magic:other/cheese",slot:"head"}'
28
+ minecraft:custom_name : ' {extra:["Equipable Overlay"],text:""}'
29
+ schema_version : 1
Original file line number Diff line number Diff line change @@ -321,3 +321,7 @@ teleporter:
321
321
spells :
322
322
- teleportermenu
323
323
324
+ cheesewand :
325
+ icon : cheese_overlay
326
+ cast_spell : healing
327
+ cast_interval : 2000
You can’t perform that action at this time.
0 commit comments