majortanner Posted July 31, 2022 Share Posted July 31, 2022 How do you make an item if its in your inventory, it does like "once certain item hits 64, give item named ____" like an auto compressor for my skymining server also how to make infinite steak and fireworks Link to comment Share on other sites More sharing options...
majortanner Posted July 31, 2022 Author Share Posted July 31, 2022 the auto compressor will be an item that will be in inv i want inf steak and fireworks just to look like its 1 item but it is actually somehow infinite Link to comment Share on other sites More sharing options...
SkTiny Posted August 2, 2022 Share Posted August 2, 2022 on consume of steak: if name of player's tool is "&6Infinite Steak": set player's tool to steak named "&6Infinite Steak" on rightclick: if player's tool is firework named "&6Infinite Rocket": wait 1 tick set player's held item to firework named "&6Infinite Rocket" on mine: if player has 1 of brown dye named "&6Dirt AutoCompressor": set {_a} to amount of dirt in player's inventory if {_a} >= 64: set {_b} to round({_a} / 64) loop {_b} times: player has 64 dirt remove 64 dirt from player give 1 grass block to player Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now