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.

blinky000

Members
  • Joined

  • Last visited

Everything posted by blinky000

  1. thanks
  2. Thank you i was wondering
  3. the getCollisionShape, getShape, getRaytraceShapeget and getRenderShape are all deprecated, so what should i be using?
  4. blinky000 replied to blinky000's topic in Modder Support
    thanks for the help guys ?
  5. blinky000 replied to blinky000's topic in Modder Support
    I want to REPLACE the positon with minecraft:glass_pane
  6. blinky000 posted a topic in Modder Support
    I have an item, when clicked on a black i have its registry name, i want to replace it with a minecraft:glass_pane , how do i reference the minecraft block , for the world.setBlockState(...)
  7. Light passes through my custom blocks, I've tried different things in properties, i haven't found anything that helps
  8. found the problem, the textures that had problems where 700 x 700 , bare minecraft didn't care, forge did
  9. Odd black lines between blocks. My video is up to date (RTX 2080ti , diver 445.87 ) , i reset it to factory setting does not fix the problem. Only happens with forge installed,
  10. after recreating the data package its now working. Thank you everybody for your help
  11. src/main/resources ----- assets -----data.yabm5,recipes ---------- test_test.json data is not part of assets
  12. iv'e tried using standard blocks: { "type": "minecraft:crafting_shaped", "pattern": [ "xxx", " x ", "xxx" ], "key": { "x": { "item": "block/stone" } }, "result": { "item": "block/stone", "count": 9 } } still nothing
  13. sorry old paste , did change minecraft to my id and data is a sibling to assests
  14. I have no recipes that work. my packages are : I am having a problem with recipes; i have the 'data' set up like : src/main/ressources -----assets ... ----data ----------minecraft ---------------recipes --------------------test_direction_from_block.json i question where the data package location, should it be equal with assets , or part of the assets package
  15. ok replaced minecraft with my modid. still didn't work. both "yabm5:block_direction" and "yabm5:block_measure_16" exist as normal blocks
  16. I am having a problem with recipes; i have the 'data' set up like : src/main/ressources -----assets ... ----data ----------minecraft ---------------recipes --------------------test_direction_from_block.json my recipes file { "type": "minecraft:crafting_shaped", "pattern": [ "xxx", " x ", "xxx" ], "key": { "x": { "item": "yabm5:block_direction" } }, "result": { "item": "yabm5:block_measure_16", "count": 9 } } when i put in the block_direction in the workbench, nothing happens and no errors. thank you any help
  17. This is defiantly a Forge thing only happens with smooth light is on. And i say Forge because it wrote the obj model loader
  18. @EventBusSubscriber(modid = Yabm.MODID, bus = EventBusSubscriber.Bus.MOD) public final class ModEventSubscriber { @SubscribeEvent public static void onRegisterBlocks(RegistryEvent.Register<Block> event) { // Named Blocks event.getRegistry().registerAll( //BlockList.TUTORIAL_BLOCK BlockList.SHAPE_SLOPE, BlockList.SHAPE_WEDGE } } If i understand it it's the <Block> that says what it is suppose to register, but i don't know what it would be for a Recipe or a ModelLoader
  19. how can i tint grass correctly in an obj model? I have tried using "tintindex" the the blockstate. There is a "forge_TintIndex" in the material file, but it dosn't seem to do anything
  20. i can understand copy all the OBJ model stuff, i don't know how to register and new model
  21. I think there is problem about the way it is parsing the OBJ model. I have tired using the debugger with out much success. if i could. If i could if i could modify the code i might be able to figure out the problem
  22. how would i go about Overriding the OBJModel.class
  23. I think the OBJModel is only using the last "g" tag it sees
  24. look for instances for the tag "g" in your .obj , remove them all.
  25. I have been looking into .obj models. I have run into an issue with "g" the group tag. If i use more then one group, only the last group used is rendered. version 1.12 did not have this issue. I.m thinking smoothing groups don't work with group

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.