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.

Featured Replies

Posted

Hello there,i am seeking for help:i have 1 block extending BlockPane,it has almost the same json files but it just renders as pink and black checkboards...

github link where u can find the source code:https://github.com/DiMuRie/DBound.git

you shall be searching for house_wall and rainbow_wall

all the model files have as parents the original pane model...

help :(

Upload the FML log (logs/fml-client-latest.log) to Gist and link it here. This will tell us what's going wrong.

 

Don't put your models and other assets in the

minecraft

resource domain, use

dbound:modelname

in your blockstates file so it loads models from your resource domain.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

[22:59:48] [Client thread/WARN]: Unable to load block model: 'minecraft:block/housewall4sides' for variant: 'dbound:house_wall#east=false,north=false,south=false,west=false': java.io.FileNotFoundException: minecraft:models/pane_nsew.json

 

For a model's parent model you need to specify the model path relative to the models directory, so use

block/pane_nsew

as the parent instead of just

pane_nsew

.

 

 

[22:59:34] [Client thread/WARN]: ****************************************
[22:59:34] [Client thread/WARN]: * The object zhang.DBound.Items.aw@5963a2c9 has been registered twice for the same name dbound:azrons_wrath.
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:432)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameData.registerItem(GameData.java:120)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:152)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:137)
[22:59:34] [Client thread/WARN]: *  at zhang.DBound.DBoundItems.register(DBoundItems.java:25)
[22:59:34] [Client thread/WARN]: *  at zhang.DBound.DBoundMod.preInit(DBoundMod.java:32)...
[22:59:34] [Client thread/WARN]: ****************************************
[22:59:34] [Client thread/WARN]: ****************************************
[22:59:34] [Client thread/WARN]: * The object zhang.DBound.Items.fantasysw@79143853 has been registered twice for the same name dbound:fantasysw.
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:432)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameData.registerItem(GameData.java:120)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:152)
[22:59:34] [Client thread/WARN]: *  at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:137)
[22:59:34] [Client thread/WARN]: *  at zhang.DBound.DBoundItems.register(DBoundItems.java:26)
[22:59:34] [Client thread/WARN]: *  at zhang.DBound.DBoundMod.preInit(DBoundMod.java:32)...
[22:59:34] [Client thread/WARN]: ****************************************

 

You're registering your

azrons_wrath

and

fantasysw

items twice, don't do this.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

  • Author

it worked! :D

one more question:if i put a file in the minecraft/models/block folder named stone.json,will it override the original like a resouce pack?

it worked! :D

one more question:if i put a file in the minecraft/models/block folder named stone.json,will it override the original like a resouce pack?

 

Yes. Every Forge mod is a resource pack, so you can override vanilla assets with your own. Keep in mind that user-added resource packs will take priority over mod resource packs.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.