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
  • depodoom

depodoom

Members
 View Profile  See their activity
  • Content Count

    2
  • Joined

    August 9, 2020
  • Last visited

    September 3, 2020

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Everything posted by depodoom

  1. depodoom

    [1.16.1] The Book of Minecraft Modding - complete guide for beginners

    depodoom replied to tcode2k16's topic in User Submitted Tutorials

    I'm stuck on the 2nd part of creating an item where do I edit the do i make a new class project or do i add it to the bottom of the code thats there im kinda stupid
    • August 16, 2020
    • 34 replies
  2. depodoom

    how to create a new item

    depodoom posted a topic in Modder Support

    ok so i know how to make the recipe for the item i want to make which is just iron armor fused with diamond armor to make an improved armor what im lost on is how to create the actual item itself and how to apply the texture to said item This is what i have so far as a test var recipes = require('recipes'); var items = require('items'); ... var UpgradedChestplateRecipe = recipes.create( { result: UpgradedChestplate, ingredients: { I: items.Iron_Chestplate(1), S: items.slime_ball(1), D: items.Diamond_Chestplate(1) }, shape: [ 'ISD' ] } ); // add to server var addedRecipe = server.addRecipe( UpgradedChestplateRecipe );
    • August 9, 2020
    • 1 reply
  • All Activity
  • Home
  • depodoom
  • Theme

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