This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hey,
i have created a mod which can load schematics and paste them to singleplayer (thats works), now i want to create schematics out of a building.
My mod can loaded those schematics and paste them so it works, but my schematics does not work with WorldEdit
Worldedit reported "java.io.IOException: Tag 'Schematic' does not exist or is not first"
code: https://github.com/1337Zero/Zombe/blob/master/java/me/zero/cc/Zero_lite/utils/Schematic.java -> line 133
NBTexplorer displays them diffrent
x.schematic [Schematic: 14 entries] for the worldedit schematic
and
test.schematic [12 entries]
im missing a bit of code somewhere but idk. what
someone here how know a solution for my problem ?
thanks
1337Zero
Ok nobody replied but i found a solution...
https://github.com/sk89q/WorldEdit/tree/master/worldedit-core/src/main/java/com/sk89q/jnbt
I copied all classes from Worldedit to my mod -> fixed some problems
and changed my code like worldedit handles it
-> https://github.com/1337Zero/Zombe/blob/master/java/me/zero/cc/Zero_lite/utils/Schematic.java
now the created schematic is worldedit compatible
Hey,
i have created a mod which can load schematics and paste them to singleplayer (thats works), now i want to create schematics out of a building.
My mod can loaded those schematics and paste them so it works, but my schematics does not work with WorldEdit
Worldedit reported "java.io.IOException: Tag 'Schematic' does not exist or is not first"
code: https://github.com/1337Zero/Zombe/blob/master/java/me/zero/cc/Zero_lite/utils/Schematic.java -> line 133
NBTexplorer displays them diffrent
x.schematic [Schematic: 14 entries] for the worldedit schematic
and
test.schematic [12 entries]
im missing a bit of code somewhere but idk. what
someone here how know a solution for my problem ?
thanks
1337Zero
Ok nobody replied but i found a solution...
https://github.com/sk89q/WorldEdit/tree/master/worldedit-core/src/main/java/com/sk89q/jnbt
I copied all classes from Worldedit to my mod -> fixed some problems
and changed my code like worldedit handles it
-> https://github.com/1337Zero/Zombe/blob/master/java/me/zero/cc/Zero_lite/utils/Schematic.java
now the created schematic is worldedit compatible