Everything posted by MrPablo2000
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Friend Musicgun47 help me, rescaled my model and now my model is loading correctly Thanks!. But now i have an erro with eclipse/forge src - eclipse doesn't compile new classes and when I run my Client i haven't got new classes..
-
[1.12.2]Need OBJ model redering toturial # And other problems..
OBJ file
-
[1.12.2]Need OBJ model redering toturial # And other problems..
I deleted "-" and changed it, that all coordinates are in 0-1 range. But is still too big. What I can do ?
-
[1.12.2]Need OBJ model redering toturial # And other problems..
How is the size of normal block in minecraft ? For how size I must scale down my model ?
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Thanks - now ist rendering on placed - but the model is too big ?
-
[1.12.2]Need OBJ model redering toturial # And other problems..
I make all as your solution, but it stil isn't working.. Eclipse log: https://pastebin.com/9RcceyEE ModelORO.obj: https://pastebin.com/wTTej896 modeloro.mtl https://pastebin.com/Gf7twXN8 Texture modeloro.png is in the same folder as modeloro.mtl and modeloro.png
-
[1.12.2]Need OBJ model redering toturial # And other problems..
*Bump* I had now this error https://pastebin.com/amFm81vy I hate it...
-
[1.12.2]Need OBJ model redering toturial # And other problems..
I have got this
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Yea...I make all as toturial "OBJ without animation", but i think there is a problem with blokstate .json file. I copied it from link, changed modid to my, and to my obj model name, but i have this error in eclipse log: https://pastebin.com/QRZmnSsk This is my blockstate json, where i defited the location of OBJ model { "forge_marker": 1, "defaults": { "custom": { "flip-v": true }, "model": "modtut: model.obj" }, "variants": { "normal": [{}], "inventory": [{}] } } I don't know, why the "model.obj" it understand as "model.obj.json"..
-
[1.12.2]Problem with .json and textures
Are you thinking about this? package com.mrpablo2000.lanterns.blocks; import com.mrpablo2000.lanterns.Lanterns; import com.mrpablo2000.lanterns.items.ModItems; import com.mrpablo2000.lanterns.util.IHasModel; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; import net.minecraft.item.ItemBlock; public class BlockORZ1 extends Block implements IHasModel { public static boolean isActive; public BlockORZ1(String name, boolean isActive ) { super(Material.IRON); this.isActive=isActive; this.setUnlocalizedName(name); this.setRegistryName(name); this.setCreativeTab(CreativeTabs.REDSTONE); ModBlocks.BLOCKS.add(this); ModItems.ITEMS.add(new ItemBlock(this).setRegistryName(this.getRegistryName())); } public void registerModels() { Lanterns.proxy.registerItemRenderers(Item.getItemFromBlock(this), 0, "inventory"); } }
-
[1.12.2]Problem with .json and textures
I wrote it to my mod, but it still doesn't work: package com.mrpablo2000.lanterns.network; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraftforge.client.model.ModelLoader; public class ClientProxy extends CommonProxy{ public static void registerItemRenderers(Item item, int meta, String id) { ModelLoader.setCustomModelResourceLocation(item, meta, new ModelResourceLocation(item.getRegistryName(), id)); } }
-
[1.12.2]Problem with .json and textures
Oh, I forgot about this...Where I must call it ?
-
[1.12.2]Problem with .json and textures
Yes, in RegistryHandler: https://pastebin.com/rhwEmsWg
-
[1.12.2]Problem with .json and textures
Thanks - now works the block texture, but in hand block still is purple-black squares...
-
[1.12.2]Problem with .json and textures
JSON in assets.lanterns.blockstates: https://pastebin.com/VCc8VMu4 JSON in assets.lanterns.models.block: https://pastebin.com/5c8DyEjU JSON in assets.lanterns.models.item: https://pastebin.com/VCJwenGE
-
[1.12.2]Problem with .json and textures
Hi, I want to make my block in 1.12.2, I'm doing all as in this film: But it doesn't working... That's my eclipse log: https://pastebin.com/1VuggbGC Thanks for help..
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Thanks!
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Thanks I have got second question - my OBJ model is from sketchup and it have only .obj file and .mtl . It hasn't got texture in .png. How use the .mtl? Paweł
-
[1.12.2]Need OBJ model redering toturial # And other problems..
Hi, I want use in my mod OBJ models for block(block are street lamps). But I don't know how make this Have you got any toturial about this ? Paweł
-
Error when istalling Forge MDK
Maybe i should download gradle? Manually?
-
Error when istalling Forge MDK
The same error
-
Error when istalling Forge MDK
No, I want to play with friends on 1.8.9 because we don't like the 1.9's combat update. Please, this one you can help the user. And please, don't write 1.8.9 is don't supported by forge
-
Error when istalling Forge MDK
Yes
-
Error when istalling Forge MDK
I copy files from MDK zip to my folder, next i open cmd (SHIFT+Right mouse button), I write gradlew.bat setupDecompWorkspace and i have got the error: Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain That's all.
-
Error when istalling Forge MDK
Hi, the same as in the title, I have got an error when i try any command in gradle Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain My MDK version is 1.8.9-11.15.1.1722. Please, help me!
IPS spam blocked by CleanTalk.