Skip to content

Instantly share code, notes, and snippets.

@cajlo
cajlo / pack making mods
Created May 10, 2025 18:55 — forked from thanasishadow/pack making mods
A list of mods which are useful for modpack makers
Mine/Craft Tweaker - Create/Change crafting table or furnace recipes.
Content Tweaker - Create new blocks, items, liquids and much more.
Mod Tweaker - Adds mod compatibility to Craft Tweaker.
Game Stages (And addons) - Prevent players from accessing dimensions/items/mobs/materials/waila information before they reach a certain point.
Gendustry - Create custom bees, combs, bee mutations and squeezer/carpenter recipes.
Block Drop Tweaker - Change what certain blocks drop.
Custom Stuff - Create custom items, blocks, recipes, world gen and oredicts.
Custom Things - Create custom items/blocks.
Modular Machinery - Create custom machines.
Artisan Worktables - Adds many variations of the crafting table and many more crafting tools.
@cajlo
cajlo / ForgeStairs.json
Created February 3, 2019 23:49 — forked from SonarSonic/ForgeStairs.json
Forge Block State for Stairs, using only one file.
{
"forge_marker": 1,
"defaults": {
"model":"stairs",
"textures": {
"bottom":"myMod:blocks/texture",
"top":"myMod:blocks/texture",
"side":"myMod:blocks/texture"
},
"transform":"forge:default-block",