All Posts in Unsandboxed

Share your creations!

Loading...footage

yall missing out on gjb recode
wait we didnt even release a recode



I'm so proud of this update stack scheme. It's made a system that is far closer to how Minecraft actually evaluates block updates.
Yes, i've tested stuff in-game too to analyse how each redstone component works. Very helpful for understanding BUs.


HAHHAHA EVEN QUASI CONNECTIVITY WORKS

I figured out a way to make a very rudimentary world gen algorithm that has pseudo-randomness, but it's only fit for testing.
It's only a couple scripts though which is nice, but a full generator will need a lot more.



Here's the format of origami.
You first inherit the data from an existing block, then you can set various keys (including any you add yourself!), after which you add the block to the registry.
You see no lists in the process.

I decided to tackle some smaller issues while I try to fully understand the patch's spaghetti code.
Texture update! With a surprise visit from Mechanical Piston :)

Origami now lets you add new block attributes without disrupting the runtime.
The first one I'm adding is "mod".
Also updated the textures.

