Dozensam Posté(e) le 26 août 2016 Posté(e) le 26 août 2016 Hello, Je voudrais que les four cuisent plus vite genre en 0.5 seconde par exemple Merci a la personne qui me mettra sur la piste :P
0 WilliamEzzz Posté(e) le 26 août 2016 Posté(e) le 26 août 2016 J'ai trouvé ce skript, je ne sais pas si ça marche, mais je sais qu'Il te faut l'addon skunity on fuel burn: set {_ticks} to (2/3) * 200 if tag "CookTime" of nbt of event-block is 0: #Prevent the timer from reseting if another fuel burns while the furnace is still trying to cook something add "{CookTime:%{_ticks}%s" to nbt of event-block #Add 133.333333 ticks to the CookTime timer. wait 1 tick set {_burnTime} to tag "BurnTime" of nbt of event-block #Store the amount of ticks until the furnace fire runs out into {_burnTime} set {_burnTime} to {_burnTime} / 3 #Divide the BurnTime counter by 3, so the number of fuel needed is proportional to Vanilla. add "{BurnTime:%{_burnTime}%s" to nbt of event-block #Set the BurnTime counter to the variable (the BurnTime divided by 3) on smelt: #The CookTime timer reached 200, A.K.A something has cooked/smelt #We skip 133.3333... ticks again! set {_ticks} to (2/3) * 200 add "{CookTime:%{_ticks}%s" to nbt of event-block
0 Dozensam Posté(e) le 26 août 2016 Auteur Posté(e) le 26 août 2016 J'ai trouvé ce skript, je ne sais pas si ça marche, mais je sais qu'Il te faut l'addon skunity on fuel burn: set {_ticks} to (2/3) * 200 if tag "CookTime" of nbt of event-block is 0: #Prevent the timer from reseting if another fuel burns while the furnace is still trying to cook something add "{CookTime:%{_ticks}%s" to nbt of event-block #Add 133.333333 ticks to the CookTime timer. wait 1 tick set {_burnTime} to tag "BurnTime" of nbt of event-block #Store the amount of ticks until the furnace fire runs out into {_burnTime} set {_burnTime} to {_burnTime} / 3 #Divide the BurnTime counter by 3, so the number of fuel needed is proportional to Vanilla. add "{BurnTime:%{_burnTime}%s" to nbt of event-block #Set the BurnTime counter to the variable (the BurnTime divided by 3) on smelt: #The CookTime timer reached 200, A.K.A something has cooked/smelt #We skip 133.3333... ticks again! set {_ticks} to (2/3) * 200 add "{CookTime:%{_ticks}%s" to nbt of event-block http://prntscr.com/cahy68
0 WilliamEzzz Posté(e) le 26 août 2016 Posté(e) le 26 août 2016 J'ai pris ce skript sur bukkit et pour eux, il marchait. ils ne précisaient pas les addon néssécaire par contre :( dsl je ne Peux pas t'aider. J'ai tappé sur Google: skript minecraft fast furnace. Si tu veux aller voir
0 Gaël Erhlich Posté(e) le 26 août 2016 Posté(e) le 26 août 2016 Pour manipuler des NBT tags, il faut utiliser SkStuff.
Question
Dozensam
Hello,
Je voudrais que les four cuisent plus vite genre en 0.5 seconde par exemple
Merci a la personne qui me mettra sur la piste :P
4 réponses à cette question
Messages recommandés