Jump to content

Rezanance

Members
  • Posts

    3
  • Joined

  • Last visited

Rezanance's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So you're saying that I don't have to do anything to generate them? They're already there right? I'm sort of confused haha
  2. Thank you so much for taking the time to answer my question! It really helped! However I read online though that the setupDecompWorkspace gradle executable doesn't exist anymore. What do you mean by generating the specific files? What gradle command do I use to accomplish that?
  3. To give you all some context, I'm just a beginner to the Forge Modding API and I'm also new to the Gradle build management tool (I'm used to Maven). A lot examples online refer to the IBlockState interface, but the 'net.minecraft.block.state' doesn't seem to exist in my project's dependencies. Also do people just override the deprecated methods from the Block class (i.e. getRenderType, getShape, getCollisionShape ...) or what? I'm using the latest version of forge for minecraft 1.15.2 - 31.1.27. The reason I'm not using the recommended version (31.1.0) is because when I import the build.gradle file I get this error message: I also attached a screenshot of my code just in case. Evan Greenstein
×
×
  • Create New...

Important Information

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