Jump to content

Arctic

Members
  • Posts

    4
  • Joined

  • Last visited

Arctic's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am trying to use this in my accsesstransformer.cfg public-f net.minecraft.item.AxeItem field_203176_a # STRIPABLES But it does not seem to work. I am on 1.16.5 with mojaing mapping. On my IDE it says "Access Transformer entry is never used" but according to other this should work perfectly fine. Before you ask yes I did un comment it in the build.gradle and yes have have reloaded the gradle
  2. I thought it was more then just block state json files?
  3. I tried. But I could not find anything
  4. I am trying to make a wood log block. I want it to rotate like the vanilla logs. I have 0 clue how to do this and I am very new to java. I am using forge 1.16.5 Here is the log code I have so far public static final RegistryObject<Block> EXOTIC_LOG = BLOCKS.register("exotic_log", () -> new ExoticLog(AbstractBlock.Properties.from(Blocks.WOOD))); Any help would be amazing!
×
×
  • Create New...

Important Information

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