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.

BENM888GAMING

Members
  • Joined

  • Last visited

Everything posted by BENM888GAMING

  1. yes, but in mrcrayfishes way it can be client and with the common it is the same with server
  2. the 1.9 video works aswell for the 1.10 just in the first video of 1.9 install the 1.10 mdk
  3. How to make an int let say named "count" to be a property in json? let say in my tile entity java class i have: private int count = 1; if (... < ...){ count++; } so I want it to be used in a blockstate json file: { "variants": { "count = 1": {...}, "count = 2": {...}, ect. } how to do that?
  4. 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?
  5. I recommend you to program with mrcrayfishes way: 1.7.10: 1.8: 1.9: this is the best way without problems
  6. ok I'll just send you the screenshot of my other mod that you can see exactly the inside out
  7. ok I did that earlyer but it does the same bug
  8. { "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
  9. 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; }
  10. { "__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
  11. ok. im now out of home. i will be back something like 30 minutes
  12. but which code? json or java? if json so which json, model item or model block
  13. ok. it will take 30 minutes. im not on my computer now. im on my phone.
  14. I have created a 3D model with mrcrayfishes model creator, it renders fine in the 1st person, but in the 3rd person it renders very buggy, it renders inside out, and if it is near the water so it is transparent thru the water. Please help me quickly!!!

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.