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.

Sakuya is my waifu

Members
  • Joined

  • Last visited

Everything posted by Sakuya is my waifu

  1. i didn't use his code, just to be bit more organized i created new class where i register all of my tileentities... and it works fine
  2. what about proxy.registerTileEntity(); thing? do i need it?
  3. so that's the error i'm getting every time i try to place my tile entity block in the world. i know it needs to be registered... but how you cant just put "GameRegistry.registerTileEntity..." ¯\_(ツ)_/¯ can anyone tell me how? ~thanks
  4. so i was playing around and writing some json models and i found out that you cant do "cube" rotations on multiple axes (like 45 y + 45 z) and also you if you use other than (-)45 or (-)22.5 your model won't load... any ways to "fix" that? >.< ~Thanks
  5. I really don't understand TESR ; - ; any other ways ?
  6. So if i use TESR I won't need Blockstate and .json model, right? And what if I just create new .json files with y axis rotations, and make block class change model every tick, let's say 5 rotation changes per 90deg. animation won't be smooth... any ways to fix that?
  7. put same code in your main blocks class? ._.
  8. I just want to add simple rotation to the custom block model. After digging into minecraft files, i found out that actual animated "blocks"(Ender Crystal, Chest) don't have .json models neither blockstates. I tried messing around with codes and nothing ; - ; does anyone know how to animate .json files? ~Thanks
  9. you add recipes in your main item/block class (in init package for me) where you registered your item for example: public static void register(){ GameRegistry.registerItem(youritem, youritem.getUnlocalizedName().substring(5)); GameRegistry.addRecipe(new ItemStack(youritem), new Object[] {"SSS","SSS","SSS", 'S', Blocks.dirt}); }
  10. I was just wondering is there a way to implement "materials"(textures) from 3d modelling softwares (Blender, C4D etc.) it gives you tons of customization. Water and cloud texture would look awesome, and glass with actual refraction... 「(°ヘ°)? It's nothing I really need rn, but it'd be good to know for future. ~Thanks
  11. Found it! Its called GuiOvelayDebug, lets see what i can get out of it (ノ・ェ・)ノ
  12. Is there any way to get Information that F3 says for example eye position, biome you're in or the way player is facing? ~Thanks

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.