-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I checked my isFood() method: @Override public boolean isFood(@NotNull ItemStack item) { return FOOD_ITEMS.test(item); } the FOOD_ITEMS: protected static final Ingredient FOOD_ITEMS // sorry for protected static lol = Ingredient.of(Items.WHEAT_SEEDS, Items.MELON_SEEDS, Items.PUMPKIN_SEEDS, Items.BEETROOT_SEEDS, Items.TORCHFLOWER_SEEDS, Items.PITCHER_POD); and the Ingredient class, but nothing seems to tell Minecraft that air is a food item. Tell me if you need full entity code
-
By KriperoNio · Posted
Hi ) Please help me figure out how to display the texture in the obj block. I have tried different ways, namely... I removed the extensions in mtl, added paths and changed them in all possible ways... I used vanilla textures, but still( I'm not giving up, I'm just wondering if I'm missing anything.?? The model is shown... but there is no texture Errors 0 Code: new_year/block/custom/TestObj.java new_year/block/TestBlocks.java assets/new_year/blockstates/test_obj.json assets/new_year/models/block/test_obj.json mtl In the same way obj In the same way assets/new_year/textures/block/test_obj.png this image -
Oh, I know what was going wrong... I probably was in peaceful mode 🙄
-
I installed forge and few mods, created a world and everything was doing okay then few hours ago I wanted to add more and got four that is diagnal fences, suplementaries, mcw lights and sophisticatedbackpacks. When I was loading the mods one by one I noticed that a MixinExtras thing appeared (which I believe was not there when looking at the mod list in game but I could be wrong about that) and then when I tried loading up the world that I modded first I had an error. I reinstalled forge, reinstalled mods. I can generate a whole new world and everything works fine but that one specific world. First I had put all of the libraries, installed some more, then added mods and still I can't load that world. I don't know anything about these things and I don't know what to do. Is there even anything I could do or is it a lost cause? Edit: Nevermind, I have access to the world. Some of the mods libraries that I was adding were also adding the MixinExtras that were causing me not being able to load the world (it was loading but immediatelly saving). I went through the mod list again (installing, reinstalling and adding again and stuff) and the MixinExtras were also there but this time I can access the world. I have no idea what is causing this but going one by one and testing helped. I removed Moonlight, Architectury and DoApi and that were causing the problem. Crash report: https://paste.ee/p/1ETiF
-
-
Topics
Recommended Posts