{ "_fv": 57, "_type": "procedure", "definition": { "procedurexml": "xxzzrandystringeno_ext_triggerlocal:xxMULTIPLYROUNDDOWNDIVIDE4848local:zzMULTIPLYROUNDDOWNDIVIDE4848CUSTOM:Voreboseinfo[Vore_Mod] Entity has been eaten.local:xx0local:zzbellyDestanthroNONENONEhbelly0local:xx0local:zzlocal:randy05EQlocal:randy0NONENONEhshit0ADDlocal:xx123ADDlocal:zz6EQlocal:randy1NONENONEhshit1ADDlocal:xx123ADDlocal:zz6EQlocal:randy2NONENONEhshit2ADDlocal:xx123ADDlocal:zz6EQlocal:randy3NONENONEhshit3ADDlocal:xx123ADDlocal:zz6EQlocal:randy4NONENONEhshit4ADDlocal:xx123ADDlocal:zz6EQlocal:randy5NONENONEhshit5ADDlocal:xx123ADDlocal:zz6CUSTOM:Vorebosedebug[Vore_Mod] Random shit number local:randybellyDestanimalNONENONEqbellylocal:xx0local:zzlocal:randy06EQlocal:randy0NONENONEshit0local:xx13ADDlocal:zz8EQlocal:randy1NONENONEshit1local:xx13ADDlocal:zz8EQlocal:randy2NONENONEshit2local:xx13ADDlocal:zz8EQlocal:randy3NONENONEshit3local:xx13ADDlocal:zz8EQlocal:randy4NONENONEshit4local:xx13ADDlocal:zz8EQlocal:randy5NONENONEshit5local:xx13ADDlocal:zz8EQlocal:randy6NONENONEshit6local:xx13ADDlocal:zz8CUSTOM:Vorebosedebug[Vore_Mod] Random shit number local:randybellyDestNONENONEnobellylocal:xx0local:zzwarn[Vore_Mod] Error: belly NBT blank so belly placeholder is spawnedbellyDestrottenNONENONErottenlocal:xx0local:zzbellyDestrotten_animalNONENONErotten_animallocal:xx0local:zzif nbt is blank or \"\" do nothingbellyDestnobellyCUSTOM:Vorebosedebug[Vore_Mod] Belly NBT is nobelly so no structure is spawnedlocal:stringebellyDestCUSTOM:Voreboseinfo[Vore_Mod] Belly id is custom belly \"local:stringe\"new command workaround to place custom structure using the /place commandplace template vore_mod:local:stringelocal:xx0local:zzCUSTOM:Vorebosedebug[Vore_Mod] Placed belly at Xlocal:xx Zlocal:zzCUSTOM:Vorebosedebug[Vore_Mod] Belly already present at Xlocal:xx Zlocal:zzCUSTOM:Voreboseif (world instanceof ServerLevel _serverworld) {
\t\t\t\t\tStructureTemplate template = _serverworld.getStructureManager().getOrCreate(new ResourceLocation(\"vore_mod\", stringe));
\t\t\t\t\tif (template != null) {
\t\t\t\t\t\ttemplate.placeInWorld(_serverworld, new BlockPos((int) xx, (int) 0, (int) zz), new BlockPos((int) xx, (int) 0, (int) zz),
\t\t\t\t\t\t\t\tnew StructurePlaceSettings().setRotation(Rotation.NONE).setMirror(Mirror.NONE).setIgnoreEntities(false),
\t\t\t\t\t\t\t\t_serverworld.random, 3);
\t\t\t\t\t}
\t\t\t\t}old code workaround that i had to sometimes manuallt change" } }