LittleTiles

LittleTiles

12M Downloads

Advanced Recipe : Glitchy animation

alexpado opened this issue · 2 comments

commented

The Issue

I've built an elevator using the LittleTiles mod. The elevator is composed of 2 doors and the structure of the elevator itself (video provided).

When activating the elevator, some part of the doors turn transparent and only parts of the doors are actually animated (but everything works as expected.

LittleTiles Structures

D1B : Door 1 Block (move one block when animated)

{tiles:[{boxes:[[I;0,0,7,8,8,8],[I;0,8,7,8,16,8]],tile:{meta:0,block:"minecraft:stone",tID:"BlockTileBlock"},group:1b}],min:[I;0,0,7],size:[I;8,16,1],grid:8,count:2,structure:{duration:10,axisCenter:[I;0,0,7,1,1,8,8],interpolation:1,name:"D1B",activateParent:0b,id:"advancedDoor",events:[],disableRightClick:0b,animation:{offGrid:16,offX:[I;1,2,0,0,0,10,-1070596096,0]}}}

D2B : Door 2 Blocks (move two blocks when animated)

{tiles:[{boxes:[[I;0,0,7,8,8,8],[I;0,8,7,8,16,8]],tile:{meta:0,block:"minecraft:stone",tID:"BlockTileBlock"},group:1b}],min:[I;0,0,7],size:[I;8,16,1],grid:8,count:2,structure:{duration:10,axisCenter:[I;0,0,7,1,1,8,8],interpolation:1,name:"D2B",activateParent:0b,id:"advancedDoor",events:[],disableRightClick:0b,animation:{offGrid:16,offX:[I;1,2,0,0,0,10,-1069547520,0]}}}

Elevator : Contains the 2 doors on the front

{tiles:[{boxes:[[I;0,0,0,16,16,16],[I;0,0,16,16,16,32],[I;0,0,32,16,1,48],[I;0,1,47,16,16,48],[I;0,1,32,16,16,43],[I;0,16,0,16,32,16],[I;0,16,16,16,32,32],[I;0,16,47,16,32,48],[I;0,16,32,16,32,43],[I;0,32,0,16,48,16],[I;0,32,16,16,48,32],[I;0,32,32,16,48,43],[I;0,33,43,16,48,48],[I;0,32,47,16,33,48],[I;0,48,0,16,64,16],[I;0,48,16,16,64,32],[I;0,48,32,16,64,48],[I;16,0,0,32,16,16],[I;16,0,16,32,1,32],[I;16,0,32,32,1,48],[I;16,16,0,32,32,16],[I;16,32,0,32,48,16],[I;16,33,42,32,48,48],[I;16,48,0,32,64,16],[I;16,48,16,32,64,32],[I;16,48,32,32,64,48],[I;32,0,0,48,16,16],[I;32,0,16,48,1,32],[I;32,0,32,48,1,48],[I;32,16,0,48,32,16],[I;32,32,0,48,48,16],[I;32,33,42,48,48,48],[I;32,48,0,48,64,16],[I;32,48,16,48,64,32],[I;32,48,32,48,64,48],[I;48,0,0,64,16,16],[I;48,0,16,64,16,32],[I;48,0,32,64,16,48],[I;48,16,0,64,32,16],[I;48,16,16,64,32,32],[I;48,16,32,64,32,48],[I;48,32,0,64,48,16],[I;48,32,16,64,48,32],[I;48,32,32,64,48,48],[I;48,48,0,64,64,16],[I;48,48,16,64,64,32],[I;48,48,32,64,64,48]],tile:{meta:0,block:"minecraft:stone",tID:"BlockTileBlock"},group:1b}],min:[I;0,0,0],size:[I;64,64,48],children:[{tiles:[{boxes:[[I;16,32,45,32,33,47],[I;16,16,45,32,32,47],[I;16,1,45,32,16,47]],tile:{meta:0,block:"minecraft:stone",tID:"BlockTileBlock"},group:1b}],count:3,structure:{duration:10,axisCenter:[I;16,1,45,18,3,47,16],interpolation:1,name:"D1B",activateParent:1b,id:"advancedDoor",events:[],disableRightClick:0b,animation:{offGrid:16,offX:[I;1,2,0,0,0,10,-1070596096,0]}}},{tiles:[{boxes:[[I;32,32,43,48,33,45],[I;32,16,43,48,32,45],[I;32,1,43,48,16,45]],tile:{meta:0,block:"minecraft:stone",tID:"BlockTileBlock"},group:1b}],count:3,structure:{duration:10,axisCenter:[I;32,1,43,34,3,45,16],interpolation:1,name:"D2B",activateParent:1b,id:"advancedDoor",events:[],disableRightClick:0b,animation:{offGrid:16,offX:[I;1,2,0,0,0,10,-1069547520,0]}}}],count:47,structure:{duration:400,axisCenter:[I;0,0,0,1,1,1,16],interpolation:1,name:"Elevator",activateParent:0b,id:"advancedDoor",events:[{id:"child",tick:0,childId:0,activated:0b},{id:"child",tick:0,childId:1,activated:0b},{id:"child",tick:70,childId:0,activated:0b},{id:"child",tick:70,childId:1,activated:0b},{id:"child",tick:320,childId:0,activated:0b},{id:"child",tick:320,childId:1,activated:0b},{id:"child",tick:390,childId:0,activated:0b},{id:"child",tick:390,childId:1,activated:0b}],disableRightClick:0b,animation:{offGrid:16,offY:[I;1,2,100,0,0,300,1079246848,0]}}}

Video

Click here (it's webm format, you should be able to view it easily)

Versions

Even if there was mods installed when recording, I've tried it after removing them all, the same problem occurs.

- -
CreativeCore 1.9.87
LittleTiles 1.5.0-pre196
Forge 14.23.5.2847
Java 1.8.0_51 64bit
commented

Thanks for reporting this issue. There were plenty of thread issues and some small mistakes. I could finally track them down thanks to your structure. Very happy about it, will release the pre-release soon.

commented

New version is out!