Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
{
"data": [
{
"seed": "minecraft:wheat_seeds",
"block": "minecraft:wheat",
"meta": 7
},
{
"seed": "minecraft:carrot",
"block": "minecraft:carrots",
"meta": 7
},
{
"seed": "minecraft:potato",
"block": "minecraft:potatoes",
"meta": 7
},
{
"seed": "minecraft:beetroot_seeds",
"block": "minecraft:beetroots",
"meta": 3
},
{
"seed": "minecraft:nether_wart",
"block": "minecraft:nether_wart",
"meta": 3
},
{
"seed": "mysticalagriculture:tier1_inferium_seeds",
"block": "mysticalagriculture:tier1_inferium_crop",
"optional": true
},
{
"seed": "mysticalagriculture:tier2_inferium_seeds",
"block": "mysticalagriculture:tier2_inferium_crop",
"optional": true
},
{
"seed": "mysticalagriculture:tier3_inferium_seeds",
"block": "mysticalagriculture:tier3_inferium_crop",
"optional": true
},
{
"seed": "mysticalagriculture:tier4_inferium_seeds",
"block": "mysticalagriculture:tier4_inferium_crop",
"optional": true
},
{
"seed": "mysticalagriculture:tier5_inferium_seeds",
"block": "mysticalagriculture:tier5_inferium_crop",
"optional": true
}
]
}

View File

@@ -0,0 +1,110 @@
# Configuration file
enchants {
# Allow the Auto Smelt enchant to be registered.
# [default: true]
B:allowAutoSmelt=true
# Allow the XP Boost enchant to be registered.
# [default: true]
B:allowXPBoost=true
}
general {
# Disabling this option will prevent any crops added to the config json from being right clickable.
# [default: true]
B:allowCropRC=true
# Disabling this option will prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore
# [default: true]
B:allowExternalTickSpeedup=true
# The way the game should have been made (Yes this is the fireworks thing).
# [default: false]
B:betterAchievements=false
# Control the behavior of invisible mode (disables all gameplay features). Having this setting be different between client and server could cause some desync, but otherwise is harmless.
# 0 - Default. Lets other mods request invisible mode. If none do, invisible mode is off.
# -1 (or below) - Never invisible, even if mods request it.
# 1 (or above) - Always invisible, even if no mods request it.
# [default: 0]
I:invisibleMode=0
# Fireworks display on new years eve
# [default: true]
B:newYearsFireworks=true
# Show durability on item tooltips.
# 0 - Off
# 1 - Always on
# 2 - Only with shift
# 3 - Only in debug mode
# [range: 0 ~ 3, default: 1]
I:showDurabilityTooltips=1
# Show description for enchantments in tooltips.
# [default: true]
B:showEnchantmentTooltips=true
# Show oredictionary names of every item in its tooltip.
# 0 - Off
# 1 - Always on
# 2 - Only with shift
# 3 - Only in debug mode
# [range: 0 ~ 3, default: 2]
I:showOredictTooltips=2
# Show item registry names in tooltips.
# 0 - Off
# 1 - Always on
# 2 - Only with shift
# 3 - Only in debug mode
# [range: 0 ~ 3, default: 3]
I:showRegistryNameTooltips=3
# Amount of water in mB that a water bottle contains
# [range: 1 ~ 1000, default: 333]
I:waterBottleAmount=333
}
tweaks {
# Adds shapeless recipe from 1 book to 2 paper
# [default: true]
B:bookToPaperRecipe=true
# If this tweak is enabled, vanilla bottles will act as fluid handlers for all automation.
# [default: true]
B:bottleFluidHandler=true
# Makes boats stack to 16
# [default: true]
B:changeBoatStackSize=true
# Allows packed ice to be mined with a pickaxe
# [default: true]
B:fixPackedIceTool=true
# Makes water bottles normal fluid containers
# [default: true]
B:fluidContainerBottles=true
# Makes bows with Infinity enchant able to be fired with no arrows in the inventory.
# [default: true]
B:infinibow=true
# Adds a shapeless recipe for paper
# [default: true]
B:shapelessPaperRecipe=true
# Adds recipes to turn any two slabs back into a full block
# [default: true]
B:slabToBlockRecipes=true
# Adds recipes to turn any two slabs back into a full block by scanning existing recipes and guessing a lot
# [default: false]
B:slabToBlockRecipesAutomatic=false
}