Example-Mod icon indicating copy to clipboard operation
Example-Mod copied to clipboard

Will the Modding Tutorials be updated in the future?

Open pupymk1 opened this issue 4 years ago • 4 comments

I really appreciate Cadiboo made the example mode and tutorial, but this project hasn't been updated for a year by now. Just asking if we can see the full tutorial one day for me and all the noobs.

pupymk1 avatar Jan 25 '21 16:01 pupymk1

In your tutorial on examplemod 1.15 in creating the first item. I created the types, but get a type not defined error on ResourceLocation in the lines

return setup(entry, new ResourceLocation(ExampleMod.MODID, name))

I came here looking for an example, but do not see any similar code

uriahshonor avatar Feb 21 '21 18:02 uriahshonor

In your tutorial on examplemod 1.15 in creating the first item. I created the types, but get a type not defined error on ResourceLocation in the lines

return setup(entry, new ResourceLocation(ExampleMod.MODID, name))

I came here looking for an example, but do not see any similar code

Registering in event.getRegistry().registerAll() is actully out of date, but it should still work. Make your own thread and post the related codes you wrote maybe someone can help. Or you can use the DeferredRegister<T extends IForgeRegistryEntry<T>> which will register objects when register event is fired. In this way the use of event is actually hidden which makes it easier to code. You can find the codes in the project where we are right now.

pupymk1 avatar Feb 22 '21 08:02 pupymk1

I know I'm a year and a half late but yes, the tutorials will be updated - likely for 1.19 or 1.20

Cadiboo avatar Jun 11 '22 01:06 Cadiboo

I know I'm a year and a half late but yes, the tutorials will be updated - likely for 1.19 or 1.20

Wow, that's great! I'm so excited you are back.

pupymk1 avatar Jun 11 '22 03:06 pupymk1