Pre-datagen

This commit is contained in:
Vos
2025-11-03 17:19:38 -06:00
parent 6d31f2a62c
commit 8397b764d3
6 changed files with 95 additions and 8 deletions
@@ -5,13 +5,22 @@
"item.acesbs.lemon": "Odd Lemon",
"item.acesbs.cooked_lemon": "Cooked Odd Lemon",
"item.acesbs.green_bricks": "Green Bricks",
"item.minecraft.potion.effect.blindness": "Potion of Blindness",
"item.minecraft.splash_potion.effect.blindness": "Splash Potion of Blindness",
"item.minecraft.lingering_potion.effect.blindness": "Lingering Potion of Blindness",
"item.minecraft.tipped_arrow.effect.blindness": "Arrow of Blindness",
"block.acesbs.entropy_block": "Block of Entropy",
"block.acesbs.entropy_ore": "Entropic Ore",
"block.acesbs.stable_entropy_block": "Block of Stabilized Entropy",
"itemgroup.acesbs.items": "Ace's BS Items",
"itemgroup.acesbs.blocks": "Ace's BS Blocks"
"itemgroup.acesbs.blocks": "Ace's BS Blocks",
"tooltip.acesbs.entropy_block.tooltip": "Exerts an §o§4uncertain force§r when stepped on.",
"tooltip.acesbs.stable_entropy_block.tooltip": "Exerts an §o§2upward force§r when stepped on.",
"tooltip.acesbs.green_bricks.shift_down": "§o§7Useless Item§r",
"tooltip.acesbs.green_bricks": "Hold §eShift§r for item description.",
"tooltip.acesbs.entropy_block.tooltip2": "Has a 1/20 chance of turning an apple into a lemon."
}
@@ -0,0 +1,5 @@
{
"values": [
"minecraft:apple"
]
}