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.

MaxHyper

Members
  • Joined

  • Last visited

  1. Nope, its still looking for a .json Id like to point out that the other file named pipe_core_valve.json in the picture i sent was just a test and is unrelated.
  2. The only log I have that is meaningful is the line on my previous comment. Here's the blockstate, the obj part is only the second bit. { "multipart": [ { "when": { "center": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core" } }, { "apply": { "model": "brassnsteam:block/pipes/attachments/pipe_core_valve.obj" } }, { "when": { "north": true, "south": true, "east": false, "west": false,"up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_straight" } }, { "when": { "north": false, "south": false, "east": true, "west": true,"up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_straight" , "y": 90 } }, { "when": { "north": false, "south": false, "east": false, "west": false,"up": true, "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_straight" , "x": 270 } }, { "when": { "north": true, "south": false, "east": true, "west": false, "up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" }, "_comment" : "NE" }, { "when": { "north": true, "south": false, "east": false, "west": true, "up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "y": 270 }, "_comment" : "NW" }, { "when": { "north": true, "south": false, "east": false, "west": false, "up": true, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 270, "y": 270 }, "_comment" : "NU" }, { "when": { "north": true, "south": false, "east": false, "west": false, "up": false, "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 90, "y": 270 }, "_comment" : "ND" }, { "when": { "north": false, "south": true, "east": true, "west": false,"up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "y": 90 }, "_comment" : "SE" }, { "when": { "north": false, "south": true, "east": false, "west": true, "up": false, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "y": 180 }, "_comment" : "SW" }, { "when": { "north": false, "south": true, "east": false, "west": false,"up": true, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 270, "y": 90 }, "_comment" : "SU" }, { "when": { "north": false, "south": true, "east": false, "west": false,"up": false, "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 90, "y": 90 }, "_comment" : "SD" }, { "when": { "north": false, "south": false, "east": true, "west": false,"up": true, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 270 }, "_comment" : "EU" }, { "when": { "north": false, "south": false, "east": true, "west": false,"up": false, "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 90 }, "_comment" : "ED" }, { "when": { "north": false, "south": false, "east": false, "west": true,"up": true, "down": false }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 270, "y": 180 }, "_comment" : "WU" }, { "when": { "north": false, "south": false, "east": false, "west": true,"up": false, "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_core_corner" , "x": 90, "y": 180 }, "_comment" : "WD" }, { "when": { "north": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side" } }, { "when": { "east": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side", "y": 90 } }, { "when": { "south": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side", "y": 180 } }, { "when": { "west": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side", "y": 270 } }, { "when": { "up": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side", "x": 270 } }, { "when": { "down": true }, "apply": { "model": "brassnsteam:block/pipes/iron/pipe_side", "x": 90 } } ] } Not sure what you mean by posting the model since its an obj, but heres its location: (rightmost file)
  3. Okay ive been trying for a while and havent been able to figure it out. When i reference the obj file from the blockstate i get an error where its adding ".json" to the end on its own. [00:19:43] [Server-Worker-6/WARN] [minecraft/ModelBakery]: Unable to load model: 'brassnsteam:block/obj/pipe_core_valve.obj' referenced from: brassnsteam:iron_pipe#center=true,down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=true: java.io.FileNotFoundException: brassnsteam:models/block/obj/pipe_core_valve.obj.json Is there nothing i need to do in the code? Messing with the blockstate only seems to not be enough.
  4. Oh reality? That’s fantasy thank you
  5. I know 1.15 is still quite new, but has anybody figured out how to use .obj files as models? Since 1.15 changed the whole rendering system solutions for 1.14 do not work. The main issue is that OBJLoader.INSTANCE.addDomain() no longer exists. Thanks in advance.

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.