Server-side NameSpace support for creating CustomBlock! #1500
Unanswered
bkgktp
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While browsing the FabricMC mods, I saw that only server-side custom-blocks can be created, so I did some research on this. mojang has already made it possible to add all blocks to the server with the latest updates and paved the way for users in this regard.
In short, how does it work? Very simple, they just set the namespace extension of the Material class as custom and they can copy the data of all the blocks in the game to the server side without breaking any blog, door, step, stair structure. and they can send it to users with a special resourcepack, no custom client required
https://github.com/FiddleMC/Fiddle
You can examine this project for an example, this is exactly what we are looking for. it just needs to be added to purpurmc. I am sure this feature will make a lot of noise and increase the use of purpurmc api.
Beta Was this translation helpful? Give feedback.
All reactions