Jump to content

Fartunruss

Members
  • Posts

    4
  • Joined

  • Last visited

Fartunruss's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I should have been more careful.. the problem was that I was registering the block item as a DoubleBlockItem. Problem solved.
  2. For some reason, when I place a block, the block above breaks. In an attempt to fix the problem, I created a new mod that has only a block with custom textures and still the problem remains. I don't know at all why this is happening. What could be the problem? Forge version 40.2.4
  3. build.gradle: https://pastebin.com/tzEVy3hc accesstransformer.cfg: https://pastebin.com/YhMc9PcD and gradle.properties: org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false minecraft_version=1.18.2 forge_version=40.2.4 bankmod_version=BCM-0.6
  4. Hello, I'm making a mod and everything was going well until I enabled accesstransformers. After that, every gradle build attempt fails. What I tried to do to solve the problem: Deleted the forge_gradle folder several times Deleted the caches folder several times Used ./gradlew build, ./gradlew genIntellijRuns and ./gradlew --refresh-dependencies I created a new mod project with only the main file and everything goes well until the inclusion of accesstransformers. Here is the error itself: https://pastebin.com/SQhrqpzr
×
×
  • Create New...

Important Information

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