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.

Addakis

Members
  • Joined

  • Last visited

Everything posted by Addakis

  1. Thats how I had it initially but it still gave me the model not found model/texture.
  2. Yeah i get that. But doesnt mcp not work any more? I dont know of any other way to get to the class files. Other tha. Searching through the mess that is not decompiled 1.12.2 files
  3. I figured it would be... I based it off of minecraft's cobblestone wall json. Also the link shows directional not based on neighboring blocks.
  4. That's what I meant, sorry I'm new to modding. My current blockstate is as follows. { "multipart": [ {"apply": {"model": "ai:copper_cable"}}, { "if": { "Up": "true" }, "apply": { "model": "ai:copper_cable_turn" } }, { "if": { "North": "true" }, "apply": { "model": "ai:copper_cable0"} }, { "if": { "East": "true" }, "apply": { "model": "ai:copper_cable_turn", "y": 90} }, { "if": { "South": "true" }, "apply": { "model": "ai:copper_cable_turn", "y": 180} }, { "if": { "West": "true" }, "apply": { "model": "ai:copper_cable_turn", "y": 270} }, { "if": { "Down": "true" }, "apply": { "model": "ai:copper_cable_turn", "y": 270} } ] } Note: I have tried both "if" and "when" What am I doing wrong?
  5. Im looking to adjust my block models based on neighboring blocks but Im not sure how to implement and up(), down(), east(), etc methods which can be used in my blockstate json. Any help is much appreciated. Thanks!

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.