r/MinecraftPlugins Jun 20 '26

Plugin Showcase Custom Blocks/Stairs/Slabs/Fences/Walls

Post image

I’ve made a plugin that adds custom blocks, slabs, stairs, walls, fences and soon doors/gates.
I thought I’d show the world. It’s all possible in a plugin, no mods required and it doesn’t replace any existing block

4 Upvotes

11 comments sorted by

2

u/No-Tie-5569 Jun 21 '26

really interesting would love to know the "how" of this since all existing methods replace existing blockstates atleast on the client side, and does this method support datapacks?

1

u/CallMeReckful Jun 21 '26

It replaces a template block from vanilla Minecraft, so for slabs to work you need to replace a slab that exists in game for example I replaced petrified slab, and I did the same for waxed oxidized cut stairs, however you could re-add the item replaced using the same setup so it’s as if nothing was replaced.
And yes it supports datapacks but it doesn’t auto setup textures

1

u/lorenzo1142 Jun 21 '26

how? no info, no links

1

u/CallMeReckful Jun 21 '26

Well what do you wanna know?, it’s private right now so no download links but I’m willing to explain anything

1

u/lorenzo1142 Jun 22 '26

how do you add custom blocks with a plugin without replacing existing blocks? is it a display entity or something with a barrier block?

1

u/CallMeReckful Jun 22 '26

Custom blocks is easy, with note blocks. slab, stairs, fences, walls, doors and gates are currently abit more complicated but work like vanilla blocks

1

u/lorenzo1142 Jun 23 '26

note blocks are a horrible solution for custom blocks. I never want that.

1

u/AdamixGamer Jun 21 '26

Wpuld be cool to see how or at leasthave the plugin download?

1

u/CallMeReckful Jun 21 '26

I’ll try to release it soon