Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • wixx1994

wixx1994

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    January 22, 2018
  • Last visited

    January 25, 2018

Community Reputation

0 Neutral

About wixx1994

  • Rank
    Tree Puncher
  1. wixx1994

    add woodlog block to forge 1.12.2

    wixx1994 replied to wixx1994's topic in Modder Support

    the block texture doesn't load unless I add "normal": {"model": "mm:test_block} . Would there be other commands to make the block act like a wood log block? by the way, I really appreciate you looking into this even if we don't find a solution ------------------------------------------------------- [mm/models/blocks/test_block.json] { "parent": "block/cube_column", "textures": { "end": "mm:blocks/test_block_top", "side": "mm:blocks/test_block" } } ----------------------------------------------------------- [mm/models/blockstates/test_block.json] { "variants": { "axis=y": { "model": "mm:test_block" }, "axis=z": { "model": "mm:test_block", "x": 90 }, "axis=x": { "model": "mm:test_block", "x": 90, "y": 90 }, "axis=none": { "model": "mm:test_block_bark" } } } ------------------------------------------------------------ [mm/models/item/test_block.json] { "parent": "mm:block/test_block" } ------------------------------------------------------------ [mm/models/blocks/test_block_bark.json] { "parent": "block/cube_all", "textures": { "all": "mm:blocks/test_block" } } (some extra json i found which accompanied the wood log jsons) ------------------------------------------------------------- ModBlocks.java BlockBase.java Main.java
    • January 24, 2018
    • 7 replies
  2. wixx1994

    add woodlog block to forge 1.12.2

    wixx1994 replied to wixx1994's topic in Modder Support

    Yes I copied and renamed the vanilla blockstate and model jsons and still no difference
    • January 24, 2018
    • 7 replies
  3. wixx1994

    add woodlog block to forge 1.12.2

    wixx1994 posted a topic in Modder Support

    hey guys is there anyone who is able to help me with the coding to add a block to forge that acts and sounds like a wood log block like oak or acacia logs? im able to make cube_column blocks into forge but how do I add the ability for the block to rotate when placed onto a side of a block like how the log blocks act?
    • January 22, 2018
    • 7 replies
  • All Activity
  • Home
  • wixx1994
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community