
BENM888GAMING
Members-
Posts
18 -
Joined
-
Last visited
Everything posted by BENM888GAMING
-
mrcrayfish
-
yes, but in mrcrayfishes way it can be client and with the common it is the same with server
-
the 1.9 video works aswell for the 1.10 just in the first video of 1.9 install the 1.10 mdk
-
WAILA only showing item for east/bottom on 2-block high model
BENM888GAMING replied to Astewen's topic in Modder Support
how to add something like facing something like in the tile-entity with count, so how do i add that count to the json? let say the count in the code is equals to 3 so in the json i write "count=3": {...}?? do i need to you nbt for this? if yes so how to use nbt? -
I recommend you to program with mrcrayfishes way: 1.7.10: 1.8: 1.9: this is the best way without problems
-
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok fine. thanks -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok I'll just send you the screenshot of my other mod that you can see exactly the inside out -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok I did that earlyer but it does the same bug -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
{ "parent": "btv:block/jar", "display": { "gui": { "rotation": [ 30, 30, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] }, "ground": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 3, 0], "scale":[ 0.25, 0.25, 0.25 ] }, "fixed": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.5, 0.5, 0.5 ] }, "thirdperson_righthand": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 4, 0], "scale": [ 0.6, 0.6, 0.6 ] }, "firstperson_righthand": { "rotation": [ 0, 0, 0 ], "translation": [ 0, 0, 0 ], "scale": [ 0.60, 0.60, 0.60 ] }, "firstperson_lefthand": { "rotation": [ 0, 225, 0 ], "translation": [ 0, 0, 0 ], "scale": [ 0.60, 0.60, 0.60 ] } } } medel item -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
java BlockJar() public BlockJar(){ super....(Material....); setunlocalizedname(...); setregistryname(...); } public static boolean isfullcube(){ return false; } public static boolean is opquecube(){ return false; } public static .... getblocklayer(){ return ....TRANSLUSIAN; } -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
{ "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "textures": { "0": "blocks/glass", "1": "blocks/coal_block" }, "elements": [ { "name": "glass", "from": [ 4.0, 1.0, 4.0 ], "to": [ 12.0, 10.0, 12.0 ], "faces": { "north": { "texture": "#0", "uv": [ 1.0, 3.0, 9.0, 12.0 ] }, "east": { "texture": "#0", "uv": [ 2.0, 1.0, 10.0, 10.0 ] }, "south": { "texture": "#0", "uv": [ 1.0, 4.0, 9.0, 13.0 ] }, "west": { "texture": "#0", "uv": [ 1.0, 4.0, 9.0, 13.0 ] }, "up": { "texture": "#0", "uv": [ 1.0, 6.0, 9.0, 14.0 ] }, "down": { "texture": "#0", "uv": [ 1.0, 4.0, 9.0, 12.0 ] } } }, { "name": "lid", "from": [ 5.0, 10.0, 5.0 ], "to": [ 11.0, 11.0, 11.0 ], "faces": { "north": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "east": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "south": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "west": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "up": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }, "down": { "texture": "#1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] } } }, { "name": "base", "from": [ 4.0, 0.0, 4.0 ], "to": [ 12.0, 1.0, 12.0 ], "faces": { "north": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] }, "east": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] }, "south": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] }, "west": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] }, "up": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] }, "down": { "texture": "#1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] } } } ] } model block -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
jar.json -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok i arrived -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok. im now out of home. i will be back something like 30 minutes -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
but which code? json or java? if json so which json, model item or model block -
the 3D block item model in 3rd person in rendering buggy
BENM888GAMING replied to BENM888GAMING's topic in Modder Support
ok. it will take 30 minutes. im not on my computer now. im on my phone.