Jump to content

Heinzchen

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

677 profile views

Heinzchen's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I just updated my mod to Forge version 36.2.0 from 36.0.1 and now I get following error for any of Blocks at the Registry after I executed Gradle Task runClient. Error: error: cannot find symbol BlockList.copper_block = new Block(Block.Properties.create(Material.IRON).hardnessAndResistance(2.0F, 3.0F).sound(SoundType.METAL).harvestLevel(1).harvestTool(ToolType.PICKAXE)).setRegistryName(location("copper_block")), ^ symbol: variable IRON location: class Material (same with ROCK instead of IRON) But the Error ist just shown after I executed the Task and not at the code itself. P.S. I looked it up: The class Material with the variables IRON and ROCK exists.
  2. Hi, I want to create a new Recipe Type for my mod. It should use the same fuel as a furnace. I already did some research but got more and more confused. So I decided to ask for help here. It would be nice if someone could fork my code and do a pull request: https://github.com/DasHeinzchen/MoreOres/tree/v._1.1 The recipe itself should work like the one of the furnace, just for the Crusher. Explanations how it works to create Recipe Types can be posted down below, too. (Or as comments at the code)
  3. Hi. I am new to programming mods. I have a mod for the minecraft version 1.15.2. But I do not know how to update it to the newest minecraft version (1.16.5).
  4. I found it. I made a mistake. Thank you for helping me.
  5. I built my mod with the gradle task "build" and put it into the mods folder. I started the gam with 1.15.2-forge-31.1.77. Then I wanted to create a new world but the game crashed with the following crash report. P.S. I can create a world when I run the code with the gradle task "runClient".
×
×
  • Create New...

Important Information

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