Jump to content

Justforgames250

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Justforgames250's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I've been learning a bit of modding and so far I've been stopped in my tracks by this error I tried to add an item to the game but the only error Im having is with the Deferred Registers here's what its says: 'DeferredRegister(net.minecraftforge.registries.IForgeRegistry<T>, java.lang.String)' has private access in 'net.minecraftforge.registries.DeferredRegister' I've looked all over the internet and even compared it to the correct way it is the exact same. Here's the rest of the code in RegistryHadler.java: package com.Justforgames250.tutorialmod.util; import com.Justforgames250.tutorialmod.Tutorial; import com.Justforgames250.tutorialmod.items.ItemBase; import net.minecraft.item.Item; import net.minecraftforge.fml.RegistryObject; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; public class RegistryHandler { public static final DeferredRegister<Item> ITEMS = new DeferredRegister<>(ForgeRegistries.ITEMS, Tutorial.MOD_ID);//heres where i get the error //Items public static final RegistryObject<Item> RUBY = ITEMS.register("testitem", ItemBase::new); } Any help would be appreciated. I'm using 1.15.2 forge and am fine with providing more info if asked too. Thanks.
  2. The premise:From April 26th to May 26th I am running a social experiment called Cooperation. Its just normal survival Minecraft but if people are working together and forming nations they will receive extra help you could say the more people involved and the more loyal to there nation they are the more extra help. Rules: No hacking please Although it is pretty hard to hack on bedrock please dont. Please dont be rude Though nations might have rivalry's please be nice. What does extra help mean?:I will try to look at what the nation needs most and give them that ex food, weapons, etc. What can you do if your unhappy with your nation?:If your unhappy about your nation you can gather some people with the same opinion and try to overthrow your nation as revolutionary groups get extra help too. The ip is: 51.81.52.40 The port is: 25623 The discord is: https://discord.gg/Hv2S9n I hope to see you there!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.