#Custom Item Support (Working on block support)

13 messages · Page 1 of 1 (latest)

agile pawn
#

the namespace of my datapack is test so that is why it is registered under the namespace test and not the mod id sculk.

#

each datapack can register their own items with the same id and it won't conflict as long as they don't have the same namespace.

torpid shadow
#

how can the data pack add items to the frozen registers? Wouldn't it through an error by the time the world is ready to load?

agile pawn
#

I modified the SimpleRegistry's freeze method. Probably not the best way to do it but DynReg isn't ready for 1.20.4

calm nacelle
#

Looks interesting. I hope to see it made compatible with other mods with the removal of the silent overwrites as well as dynamic item handling without causing registry desync potential, but it looks like a great start

limpid radish
agile pawn
limpid radish
#

Thanks

torpid shadow
#

next up: forced resource/asset loading

agile pawn
#

yes

#

jk idk

agile pawn