Coding nifty merchandise/block/pores and skin viewers and Past (Schematic converter) – PREMIUM MINECRAFT BLOG

3D renderers, pandas, explosions and schematic model downgraders?! Listed below are a couple of technical Minecraft instruments (wherein case the duvet picture IS in some way associated, learn on!)

NIFTY CODED RENDERERS:

I used to be shopping the brand new Minecraft.Wiki and clicked one of many hundreds of 3D block renders to seek out an individual or supply. I used to be curious. Finally, that led me to seek out consumer Urushibara, who posted a number of neat 3D viewer/renderer instruments on the code internet hosting/testing website Code Pen. These embrace:

Nifty code tools minecaft render convertersNifty code tools minecaft render converters

SCHEMATIC DOWNGRADER:

On a private observe, I’ve been collabing with a dev on a sluggish little facet undertaking, a schematic downgrader supporting 1.21.4 – 1.0 launch. Yep, think about changing a 1.21 construct into the primary ever 1.0 MC launch.

I’ve lastly compelled myself to complete all ~1000 block conversions, now it’s on him to determine black swapping and schematic conversion!

Basically, I went model by model gathering each new block, then went from the latest model itemizing block-swaps that might work and look good on a decrease model. I then went over the record a second time to mark blocks that might change blockstates upon downgrading, which ought to assist automate the method of coping with the (going through=east) and many others. Word that previous to 1.13, all IDs had been transformed to numeric!

Moreover, there’s a separate record providing breakable block conversions – ex: The principle record would substitute sea kelp with warped fence or mossy wall, however the breakable conversion can be to grass (which requires tick freeze just like the stoplag function from WorldGuard or comparable capabilities discovered on inventive servers.)

Ex:

# 1.21.4 -> 1.21
creaking_heart* reinforced_deepslate
eyeblossom* wither_rose
pale_hanging_moss vines
pale_moss_carpet moss_carpet
pale_oak_leaves mangrove_leaves
pale_oak_log cherry_log
pale_oak_planks cherry_planks
pale_oak_sapling dark_oak_sapling
resin_clump glow_lichen
resin_block waxed_copper_block
resin_bricks waxed_chiseled_copper

. . .

# 1.10 -> 1.9
minecraft:bone_block* 216 155
minecraft:magma_block* 213 89
minecraft:nether_wart_block 214 87
minecraft:red_nether_bricks 215 112
minecraft:structure_void* 217 166

THE COVER IMAGE:

I used Blender to sew collectively 7 components of a 1700-block tall Sky Mile Tower! Information & Obtain right here.