Aller au contenu
  • 0

Four qui cuit plus vite


Question

4 réponses à cette question

Messages recommandés

  • 0
Posté(e)

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
Posté(e)
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
Posté(e)

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

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.