Jump to content

Vanilla Random Textures on Stone Brick Broken With Forge


Recommended Posts

Good day.

 

My name is Mickey Joe Alpha and I am the creator of the VanillaBDcraft resource pack.

Our resource pack has its own forum (BDcraft.net) where users can post bugs they experience with the RP.

When I started making this pack it was for private use only and I personally don't play with mods so don't use Forge, but since VanillaBDcraft has been posted to the public we have received a number of bug reports having to do with textures glitching. The pack makes use of vanilla Minecraft's random textures feature and uses this on stone brick.

I have never experienced this bug before and there's on this the users who had problems with the random textures was that they used Forge.

Of course it could be something else but I was wondering if this was a known bug as fixing it is out of my power. :P

 

Here are the links to what the users posted:

http://bdcraft.net/community/general-discussions-f46/vanilla-bdcraft-missing-textures-t4141.html

http://bdcraft.net/community/general-discussions-f46/vanilla-bdcraft-missing-stone-brick-textures-with-forge-t4231.html

http://bdcraft.net/community/general-discussions-f46/bug-with-vanillabdcraft-t4314.html

http://bdcraft.net/community/general-discussions-f46/black-and-purple-textures-t4381.html

 

 

Thank you for your time!

Link to comment
Share on other sites

Looking into it, but first thing I notice about your pack is you have a lot of 1x1 textures, you should make those 16x16 or else it forces mipmapping to be disabled. Which makes things look odd.

 

Aside from that your stonebrick.json refers to a missing model.

{ "model": "stonebrick" },

 

That model doesn't exist anywhere {No, not even in vanilla, as that 'stonebrick_normal'}. Hence the missing model.

 

Trying it out in vanilla seems that vanilla hides these errors. Will look into that, but this is indeed an error in your resource pack {along with the 30-40 other errors that popup when reloading your pack}

 

 

Heres some of your errors:

[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone0' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone0.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone1' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone1.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone2' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone2.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone3' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone3.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone4' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone4.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone5' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone5.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone6' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone6.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone7' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone7.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone8' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone8.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone9' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone9.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/cobblestone10' for variant: 'minecraft:cobblestone_monster_egg#normal': java.io.FileNotFoundException: minecraft:models/block/cobblestone10.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt01' for variant: 'minecraft:coarse_dirt#normal': java.io.FileNotFoundException: minecraft:models/block/bdc_coarse_dirt01.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt02' for variant: 'minecraft:coarse_dirt#normal': java.io.FileNotFoundException: minecraft:models/block/bdc_coarse_dirt02.json
[15:51:20] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt03' for variant: 'minecraft:coarse_dirt#normal': java.io.FileNotFoundException: minecraft:models/block/bdc_coarse_dirt03.json
[15:51:21] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/stonebrick' for variant: 'minecraft:stonebrick#normal': java.io.FileNotFoundException: minecraft:models/block/stonebrick.json
[15:51:21] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt01' for variant: 'minecraft:coarse_dirt#normal': java.lang.IllegalStateException: circular model dependencies involving model minecraft:block/bdc_coarse_dirt01
[15:51:21] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt02' for variant: 'minecraft:coarse_dirt#normal': java.lang.IllegalStateException: circular model dependencies involving model minecraft:block/bdc_coarse_dirt02
[15:51:21] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/bdc_coarse_dirt03' for variant: 'minecraft:coarse_dirt#normal': java.lang.IllegalStateException: circular model dependencies involving model minecraft:block/bdc_coarse_dirt03
[15:51:21] [Client thread/WARN] [FML]: Unable to load block model: 'minecraft:block/stonebrick' for variant: 'minecraft:stone_brick_monster_egg#normal': java.lang.IllegalStateException: circular model dependencies involving model minecraft:block/stonebrick
[15:51:21] [Client thread/WARN]: Texture minecraft:textures/items/empty_armor_slot_leggings.png with size 1x1 limits mip level from 4 to 0

 

Update: Yup looked into it more, vanilla does hide these missing models from the variants. However, this should not be expected behavior because it doesn't help resource pack makers like yourself detect when they have invalid references. So Forge will maintain this 'keep missing variants' behavior unless there is a good reason we should encourage broken resource packs...

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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