HomeJavaModsAges Primitives
Ages Primitives
ModsJava

Ages Primitives

by hyperlitica.geopolitical · on Modrinth

Ages Primitives is a Forge mod focused on early-game primitive progression. Shape tool heads through a TFC-inspired knapping interface: chip material on a…

⬇ Download on Modrinth
Ages Primitives — screenshot 1Ages Primitives — screenshot 2

Primitives

Ages Primitives is a Forge mod focused on primitive knapping.

What it does:

Recipe examples:

Data-driven

{
  "type": "agesprimitives:knapping",
  "knapping_type": "agesprimitives:rock",
  "consume_count": 2,
  "pattern": [
    "XXXXX",
    " XXX ",
    "  X  ",
    "  X  ",
    "     "
  ],
  "key": {
    "X": "filled",
    " ": "empty"
  },
  "result": {
    "item": "agesprimitives:stone_knife_head",
    "count": 1
  }
}

KubeJS

// kubejs/server_scripts/knapping.js
ServerEvents.recipes(event => {
  event.custom({
    type: 'agesprimitives:knapping',
    knapping_type: 'agesprimitives:flint',
    consume_count: 1,
    pattern: [
      'XXXXX',
      ' XXX ',
      '  X  ',
      '  X  ',
      '     '
    ],
    key: {
      'X': 'filled',
      ' ': 'empty'
    },
    result: {
      item: 'agesprimitives:flint_knife_head',
      count: 1
    }
  })
})
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more