Jump to content

Ore regen skript


pnguin

Recommended Posts

Hi there! So i since MRL or any other mine skript isnt working i came to ask if someone can make me a ore regeneration skript

If someone mines a ore coal for example it regenerates 30 seconds after its broken

Blocks i need:

Coal ore & Block

Iron ore & Block

Gold ore & Block

Lapis Ore & Block

Redstone ore & block

diamond ore & block

emerald ore & block

ancient debris & Netherite block
 

I used to play Minehut I guess?
Yeah, I still watch the forums for some reason. (15/5/2023)
Link to comment
Share on other sites

 

on break coal ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to coal ore
        
        
on break iron ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to iron ore
        
        
        
on break gold ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to gold ore
        
        
        
on break lapis ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to lapis ore
        
        
        
on break redstone ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to redstone ore
        
        
        
        
on break diamond ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to diamond ore
        
        
        
        
on break emerald ore:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to emerald ore
        
        
on break ancient debris:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to ancient debris
        
        
        
on break coal block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to coal block
        
        
        
        
on break iron block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to iron block
        
        
        
        
on break gold block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to gold block
        
        
        
        
on break lapis block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to lapis block
        
        
        
        
on break redstone block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to redstone block
        
        
        
        
on break diamond block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to diamond block
        
        
        
        
on break emerald block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to emerald block
        
        
        
        
on break netherite block:
    player's world = "world":
    if gamemode of player is  survival:
        wait 3 ticks
        set event-block to bedrock
        wait 30 seconds
        set event-block to netherite block
        
        
        
        

i made that i hope it will help (i checked that already 😉)

  • Thanks 2

hi!-im-minehut-manager!-here-is-a proof!-if-u-try-to-change-ur-minehut-account-name-to-other-name-with-"minehut"-it -ill-block-u,-so-im-the-real-manager! -yay! 

 

JK

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...