Data Packs Adventure

HardcoreCraft alpha 3

  • Functions
  • Recipes
  • 907 views • 1 today
  • 15 downloads • 0 today
  • 4
  • 4
Vekkill
Level 20 : Expert Explorer
2
HardcoreCraft

HardcoreCraft_0-0-1:
  functions:
      load.mcfunction:
        tellraw @a {"text":"Done|","color":"dark_green"}
        weather clear
        time set noon
        scoreboard objectives add craft minecraft.crafted:minecraft.crafting_table
        scoreboard objectives setdisplay sidebar craft
        ;
  new_craft:
    enchgoldapple:
      "GGG"
      "GAG"
      "GGG"
      G = gold_block
      A = apple
        result = enchgoldapple:1
    ;
  modified_craft:
    stick:
      "#"
      "#"

      # = planks
      planks:=
      oak_planks = stick:0
      spruce_planks = stick:1
      dark_oak_planks = stick:1
      birch_planks = stick:1
      acacia_planks = stick:1
      jungle_planks = stick:12
    ;



HardcoreCraft_0-0-2:
  functions:
    load.mcfunction:
      delete:
        weather clear
        time set noon
      ;
  new_craft:
    chicken_spawn_egg:
      "FFF"
      "FEF"
      "FFF"
      F = feather
      E = egg
        result = chicken_spawn_egg:1
    ;
  modified_craft:
    glass_pane:
      "GGG"
      "GGG"
      G = glass
        result = glass_pane:8
    ;



HardcoreCraft_0-0-3:
  functions:
    [​Null]
      ;
  new_craft:
    [​Null]
    ;
  modified_craft:
    jukebox:
      "#X#"
      "R0R"
      "#C#"
      # = planks
      R = redstone
      C = comparator
      0 = note_block
      X = diamond
        result = jukebox:1
    ,
    smoker:
      "SWS"
      "WFW"
      "SWS"
      S = smooth_stone
      W = stripped_oak_wood
      F = furnace
        result = smoker:1
    ,
    blast_furnace:
      "III"
      "IFI"
      "SBS"
      I = iron_ingot
      F = furnace
      S = smooth_stone
      B = iron_bars
        result = blast_furnace:1
    ,
    furnace:
      "CCC"
      "CTC"
      "CCC"
      C = cobblestone
      T = crafting_table
        result = furnace
    ;



4
CompatibilityMinecraft 1.16
Tags

  Have something to say?

Welcome