Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will the Modding Tutorials be updated in the future? #27

Open
pupymk1 opened this issue Jan 25, 2021 · 4 comments
Open

Will the Modding Tutorials be updated in the future? #27

pupymk1 opened this issue Jan 25, 2021 · 4 comments

Comments

@pupymk1
Copy link

pupymk1 commented Jan 25, 2021

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.

@uriahshonor
Copy link

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

@pupymk1
Copy link
Author

pupymk1 commented Feb 22, 2021

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.

@Cadiboo
Copy link
Owner

Cadiboo commented Jun 11, 2022

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

@pupymk1
Copy link
Author

pupymk1 commented Jun 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants