Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Elsopeen

Members
  • Joined

  • Last visited

Everything posted by Elsopeen

  1. Well, I added this override but I still have the error. So here's what I added, maybe it's not right : @Override protected void fillStateContainer(StateContainer.Builder<Block, BlockState> builder) { super.fillStateContainer(builder.add(DirectionProperty.create("interface_direction", Direction.Plane.HORIZONTAL))); }
  2. Hello, I followed Cadiboo tutorial that uses Forge Docs, and I'm trying to create an interactible block, but I can't find why I get this property error. I understand that it comes from the blockState of my InterfaceBlock (extending HorizontalBlock), but I don't know if it comes from the registry method I used or another circumstance. My github is https://github.com/Elsopeen/LyokoMod-1.15, and I added the stacktrace with the error (which indicated me that it came from my InterfaceBlock). I hope you can find the problem, and I thank you in advance stacktrace.log
  3. Hello, I'm new to modding and gradle and I just got the hand of an old mod getting ported to 1.12.2. It was on an old version of forge and ForgeGradle so I updated that, but I still have a problem with the dependencies. So basically the previous modder used the JEI API, but when Gradle tries to fetch the file from the maven repo, the mapping properties get added to the name like that : deobf "mezz.jei:jei_${mc_version}:${jei_version}:api" Could not find mezz.jei:jei_1.12.2:4.15.0.291_mapped_stable_39-1.12 I attached the build.gradle in which the dependencies are defined and the gradle.properties in which are defined the "mc_version" and "jei_version". I have litterally no idea why this occurs, but I hope your wisdom will help me. Just for info, IntelliJ IDEA 2020.1.2 (Ultimate Edition) Build #IU-201.7846.76, built on June 1, 2020 Runtime version: 11.0.7+10-b765.53 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 980M Cores: 4 Non-Bundled Plugins: com.demonwav.minecraft-dev, org.jetbrains.kotlin I use JDK 8u251 (latest from Oracle), Forge 1.12.2-14.23.5.2854 (latest too), with ForgeGradle 3+ and Gradle 4.10.3. I don't think the stacktrace is really useful here as the only error is this online fetching one. Thanks by advance :) build.gradle gradle.properties

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.