promotional bannermobile promotional banner

Copper Hopper [Recipes]

Supporting recipes for Copper Hopper [Resourcepack]

COPPER HOPPER
Supporting recipes for Copper Hopper resourcepack for MrCrayfish's Golden Hopper mod, to use Copper instead of Gold.
Additionally makes the Golden (or Copper now) Hopper Minecart recipe be shapeless, like the Vanilla Hopper Minecart recipe, rather than shaped.

Alternatively, if you have KubeJS installed you can paste this into a server script to do functionally the same thing as this datapack.
ServerEvents.recipes(event => {


  // Golden Hopper recipe from Copper instead
  event.remove({id: 'goldenhopper:golden_hopper'})

  event.shaped('goldenhopper:golden_hopper', [
    'ICI',
    'IHI',
    ' I '
  ], {
    C: 'minecraft:comparator',
    H: 'minecraft:chest',
    I: '#c:ingots/copper',
  })

  event.remove({id: 'goldenhopper:golden_hopper_minecart'})
 
  event.shapeless('goldenhopper:golden_hopper_minecart', [
    'goldenhopper:golden_hopper',
    'minecraft:minecart'
  ])
 
})

 

The Copper Hopper [Recipes] Team

profile avatar
  • 4
    Followers
  • 7
    Projects
  • 27.7K
    Downloads

More from Qwerty97475View all