Minecraft Maps / Challenge & Adventure

One Block (Bedrock Map with Addon)

  • 7,053 views, 43 today
  • 2,068 downloads, 14 today
  • 21
  • 14
  • 11
Bedrock Edition
Kirbycope's Avatar Kirbycope
Level 56 : Grandmaster Programmer
138
The classic One Block is back and this time for Bedrock Edition!

Inspired by OneBlock from IJAMinecraft.

Made with version 1.20.


Progress (as of Nov 25, 2023):
- All phases (Tutorial, 1-10, After) have the appropriate blocks, chests, mobs, and monster parties.
Progress100% complete
Tags

7 Update Logs

Update #7 : by Kirbycope 01/11/2024 1:45:17 pmJan 11th

Fixed the "After" phase.
LOAD MORE LOGS

Create an account or sign in to comment.

1
01/16/2024 12:13 pm
Level 1 : New Miner
Smoothcriminals
Smoothcriminals's Avatar
after the winter stage the block doesn't upgrade and is just stuck as bedrock, is there a command i can run to change it to the next stage? thank you
1
01/16/2024 12:27 pm
Level 56 : Grandmaster Programmer
Kirbycope
Kirbycope's Avatar
There are a couple scoreboards that handle the Phase and Block.
If the block at 0 63 0 is air then `setblock.mcfunction` is called by `tick.mcfunction`.
If Phase (fake player) has a `phase` score of 0, you're in the Tutorial Phase.
If Block (fake player) has a `block` score of 0, the first block will be placed.
And so on...
The Bedrock block is supposed to change to air after the countdown runs and increments the Phase (fake player) score to phase += 1.
1
01/16/2024 1:17 pm
Level 1 : New Miner
Smoothcriminals
Smoothcriminals's Avatar
thank you for your reply. this has happened to me twice now and wondered what you recommend do to fix it. it always happens after the winter phase.
1
01/16/2024 1:22 pm
Level 56 : Grandmaster Programmer
Kirbycope
Kirbycope's Avatar
First, be sure you have the latest. I fixed a few phase transitions recently.
Second, put yourself in creative for a minute and break the Bedrock block. Keep an eye on the scoreboards (block and phase). The phase number might not increment and you might have to run ’scoreboard players Phase phase add 1’. Because if the phase it calls doesn't have the block number it's on, it will just spawn air infinity while making a lot of noise.
1
01/16/2024 1:32 pm
Level 1 : New Miner
Smoothcriminals
Smoothcriminals's Avatar
yes it does that exactly, it makes a lot of noise and the count goes up. Do i run ’scoreboard players Phase phase add 1’ as a command? as when i do it says "syntax error: unexpected "phase": at "d players >>Phase<< phase add
1
01/16/2024 2:23 pm
Level 56 : Grandmaster Programmer
Kirbycope
Kirbycope's Avatar
Sorry, I was at the mechanic's lobby on my phone. This is the actual line of code to run, `scoreboard players add Phase phase 1` (link). Here's the workflow:

1. `tick.mcfunction` runs every in-game tick (3 times per sec) and runs `setblock.mcfunction` if `0 63 0` is air
2. `setblock.mcfunction` checks what phase you are on and runs that phase's block function
3. `phase/##.mcfunction` sets the block according to the `block` score

So if you are in the wrong phase, `setblock.mcfunction` goes crazy because it doesn't know what block to place.
2
12/21/2023 5:48 pm
Level 1 : New Miner
portablehole
portablehole's Avatar
Found a strange glitch (tested twice) where when you break the last chest in the nether phase, once the countdown with the bedrock block completes, the animation of the block breaking (the puff of smoke) loops infinitely and you don't get any new blocks. If you watch your block counter it continuously counts up in rapid succession. I have a saved mcworld I can provide that has about 10 blocks left in the nether phase to replicate as needed. I noted this on the youtube channel as well (I'm that same person :) ) Happy to help dig in and debug!
1
12/21/2023 7:28 pm
Level 56 : Grandmaster Programmer
Kirbycope
Kirbycope's Avatar
Thanks for the bug report! I was able to reproduce it, locally. The issue was that the function `phase/08` had a syntax error. So did `phase/10` and `phase/after`. You can see this by typing `function phase/` and seeing the list of loaded functions. If a function has any errors it won't be loaded. I fixed them and pushed up a new version just now.
1
11/23/2023 2:42 pmhistory
Level 1 : New Miner
User4906474G
User4906474G's Avatar
How do I open the world and play it after I download it?
1
11/23/2023 3:59 pmhistory
Level 56 : Grandmaster Programmer
Kirbycope
Kirbycope's Avatar
For PC: Double-click the .’mctemplate’ file and it will install the template in Minecraft. Go to New Game and scroll down to see the installed templates.

For Android: Use the app CX File Explorer to open the mctemplate file using Minecraft. Scroll down in New Game menu to see the installed template.
2
11/12/2023 1:05 pm
Level 33 : Artisan Fox
TheFoxPrince
TheFoxPrince's Avatar
Cool! Now I don't have to spend minecoins!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome