Compare commits

...

16 commits
1.1.1 ... main

Author SHA1 Message Date
patience 5553c01d97
Segmented End City treasure to guarantee drops
I have not tested for balance, but it'll still be better than it was last week
2026-01-27 02:49:15 +00:00
Sergeant Acoustic f840fa80b8 Fix 3d6a694b87 not actually applying 2026-01-24 15:02:38 +00:00
Sergeant Acoustic fd9d8927d3 1.2.0 2026-01-24 14:50:48 +00:00
Sergeant Acoustic cd90d4524f Backport nametag recipe 2026-01-24 05:47:33 +00:00
Sergeant Acoustic 52f5931e08 Remove tconstruct swasher from fishing loot table 2026-01-21 02:14:31 +00:00
Sergeant Acoustic 4169fb3abf Update README to make changelog more accessible 2026-01-20 23:54:19 +00:00
Sergeant Acoustic 855f9b5a9c Remove TConJEI
It's redundant as this pack removes most tinkers' construct functional
blocks
2026-01-20 23:51:20 +00:00
Sergeant Acoustic 3d6a694b87 Obliterate missed tconstruct functional blocks 2026-01-20 23:48:42 +00:00
Sergeant Acoustic a92d362023 1.1.3 2026-01-16 23:23:04 +00:00
Sergeant Acoustic 437cecd6ca Add paxels recipes to the equipment category 2026-01-16 23:15:11 +00:00
Sergeant Acoustic b9c368e729 Merge datapack repo 2026-01-10 22:50:31 +00:00
Sergeant Acoustic 00c5d8de53 Correct minor grammar issues in the changelog 2026-01-09 22:50:05 +00:00
Sergeant Acoustic 46821cbb7c Add CHANGELOG.md for all past and future changes
- When adding functionality perceptible to the user (not like this), add
  your changes to this file, ideally in the same commit.

- When Publishing a release, create a new heading for that version,
  formatted as shown

  - Remember to add to the list of links at the bottom of the file
2026-01-09 22:24:41 +00:00
Sergeant Acoustic ccc37b9883 Update README with the correct modpack name 2026-01-09 22:23:41 +00:00
Sergeant Acoustic 8a2c4f662a 1.1.2 2026-01-05 21:04:19 +00:00
Sergeant Acoustic 2b8a5dee2e Revert "Replace stack size mod with one more flexible"
This reverts commit 90d863bd25.

Caused an unexpected client-server incompatiblity
2026-01-05 21:03:00 +00:00
413 changed files with 22549 additions and 202 deletions

7
.gitignore vendored
View file

@ -1,4 +1,9 @@
release release
deps deps
overrides/mods/mc_rebalance-*.jar overrides/mods/mc_rebalance-*.jar
overrides/global_packs/required_data/mc_rebalance_datapack/ overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_au.json
overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_ca.json
overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_gb.json
overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_nz.json
overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_pt.json
overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/en_ud.json

122
CHANGELOG.md Normal file
View file

@ -0,0 +1,122 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- *Actually* removed some leftover Tinkers' Contruct functional blocks
## [1.2.0] - 2026-01-24
### Added
- Backported name tag recipe
### Fixed
- Attempted to remove some leftover Tinkers' Contruct functional blocks
- Removed Tinkers' Construct swasher item from fishing loot table
### Removed
- Removed the redundant Tinkers' Construct JEI integration mod
## [1.1.3] - 2026-01-16
### Added
- Removed the penalty from the tetra ender pearl socket upgrade
### Changed
- Quark's seed pouches cost rabbit hide instead of leather
### Fixed
- Made tetra gold mining speed match diamond, as it already does for non-tetra tools
- Fixed paxel recipies not being in the equipment category
## [1.1.2] - 2026-01-05
### Fixed
- Reverted a non-gameplay change that lead to clients being unable to connect to servers on 1.1.1
- Attempts to join also cleared the player's accessory slots, so 1.1.1 has been removed
## [1.1.1] - 2026-01-05 [YANKED]
### Removed
- Removed outdated custom diamond tool recipe requiring magma cream
### Fixed
- Fixed the gravel loot table
- Fixed copper being the wrong tool level in tetra
- Disabled zombies/skeletons spawning with wooden swords
## [1.1.0] - 2025-12-29
### Added
- The time/weather cycles are disabled when no players are online
### Fixed
- Fixed the duplicate food tooltips
- Disabled the useless Tinkers' Construct material tooltips
## [1.0.3] - 2025-12-28
### Fixed
- Fixed not being able to plant carrots
## [1.0.2] - 2025-12-22
### Added
- Added a new coal generation layer just above bedrock
### Changed
- Lowered gold tool speed to the same as diamond
### Removed
- Disabled quark's glimmering weald generation
## [1.0.1] - 2025-12-13
### Changed
- Tweaked beds again, now they only need a light source
- Buried treasure nerfed
### Removed
- Banished the gold paxel for its crimes (wrong statline)
### Fixed
- Formatted the mod properly
## [1.0.0] - 2025-11-21
Initial release
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.2.0...HEAD
[1.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.3...1.2.0
[1.1.3]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.2...1.1.3
[1.1.2]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.1...1.1.2
[1.1.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.0...1.1.1
[1.1.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.0.3...1.1.0
[1.0.3]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.0.2...1.0.3
[1.0.2]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.0.1...1.0.2
[1.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.0.0...1.0.1
[1.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/1.0.0

View file

@ -1,8 +1,11 @@
# Tinker's Tinkering # Minecraft Rebalanced - [Changelog](CHANGELOG.md)
Tester edition of **Minecraft Rebalanced**, a modpack intended to rework almost every feature in the game with a focus on the vanilla progression. A modpack intended to rework almost every feature in the game with a focus on the vanilla progression.
This modpack contains a [custom mod](https://patience.nearmisses.xyz/patience/mc_rebalance) and [custom datapack](https://patience.nearmisses.xyz/SergeantAcoustic/mc_rebalance_datapack) to bind everything together. They will not function correctly outside this pack. Some details on what the modpack changes can be found in the mod's README. This modpack contains a [custom mod](https://patience.nearmisses.xyz/patience/mc_rebalance) to bind everything together.
It will not function correctly outside this pack.
Some details on what the modpack changes can be found in the mod's README.
Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the superior mod hosting platform. Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the superior mod hosting platform.

View file

@ -17,11 +17,9 @@ else
fi fi
mod_repo="$repo_prefix/patience/mc_rebalance.git" mod_repo="$repo_prefix/patience/mc_rebalance.git"
pack_repo="$repo_prefix/SergeantAcoustic/mc_rebalance_datapack.git"
# Clone the repos if they exist, otherwise, update them # Clone the repos if they exist, otherwise, update them
git clone "$mod_repo" "$basedir/deps/mc_rebalance" || (cd "$basedir/deps/mc_rebalance"; git pull) || exit 1 git clone "$mod_repo" "$basedir/deps/mc_rebalance" || (cd "$basedir/deps/mc_rebalance"; git pull) || exit 1
git clone "$pack_repo" "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/" || (cd "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/"; git pull) || exit 1
rm "$basedir/deps/mc_rebalance/build/libs/mc_rebalance-"*".jar" rm "$basedir/deps/mc_rebalance/build/libs/mc_rebalance-"*".jar"
(cd "$basedir"/deps/mc_rebalance/ && ./gradlew build) (cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)

View file

@ -6,7 +6,7 @@
"formatVersion": 1, "formatVersion": 1,
"game": "minecraft", "game": "minecraft",
"name": "MC Rebalanced", "name": "MC Rebalanced",
"versionId": "1.1.1", "versionId": "1.2.0",
"files": [ "files": [
{ {
"downloads": [ "downloads": [
@ -1495,18 +1495,18 @@
}, },
{ {
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/1ZcJmvwC/versions/8UxW69S8/StackSize-v1.3.jar" "https://cdn.modrinth.com/data/Kl6kcZ08/versions/GTpnzJhD/stackables-2.0.1%2B1.20.jar"
], ],
"env": { "env": {
"client": "required", "client": "required",
"server": "required" "server": "required"
}, },
"fileSize": 16294, "fileSize": 617946,
"hashes": { "hashes": {
"sha1": "b230b993a7d38dea1d05c05961d84fd763b7f2ef", "sha1": "4d41ad3b71cf3840b7e000200ac5fd6ecb92f2b9",
"sha512": "fc9dd7f9e041d0874da33002bd4961fbbbb9416bc37a69024f27e52bea1de33a263dd5d1073f21e0df8a77b107db396267d2caf65c82336c290b1ef91413093e" "sha512": "2e768b43451d94093b627faa5c9684b597485574a9947f81fa6e8d45f76d1a29ab244acb53ba2cf9917d1b60aa8d068c8717706fcbede9f004bb19e7c41c6662"
}, },
"path": "mods/StackSize-v1.3.jar" "path": "mods/stackables-2.0.1+1.20.jar"
}, },
{ {
"downloads": [ "downloads": [
@ -1568,21 +1568,6 @@
}, },
"path": "mods/swampier_swamps-forge-1.20-4.0.0.jar" "path": "mods/swampier_swamps-forge-1.20-4.0.0.jar"
}, },
{
"downloads": [
"https://cdn.modrinth.com/data/DhBtjMiv/versions/r2UoKjoQ/tconjei-1.20.1-1.5.0.jar"
],
"env": {
"client": "required",
"server": "unsupported"
},
"fileSize": 42411,
"hashes": {
"sha1": "ace07009488cb4251e522247d78de438253decac",
"sha512": "ae8d600b2ce4e2da89ce8cad3ae24e46182cc19abf9ca9f2f54bd94e4eaa5ec28c8107983b4b0fd7bb93edb4aa89fe59a19cb59ae3002fc32072dfa71c920a7f"
},
"path": "mods/tconjei-1.20.1-1.5.0.jar"
},
{ {
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/YP9DjOvN/versions/vLphnHrj/tetra-1.20.1-6.10.1.jar" "https://cdn.modrinth.com/data/YP9DjOvN/versions/vLphnHrj/tetra-1.20.1-6.10.1.jar"

View file

@ -17,14 +17,14 @@
// Example: minecraft:diamond // Example: minecraft:diamond
"blacklisted_items": [ "blacklisted_items": [
"paxelsfordummies:golden_paxel", "paxelsfordummies:golden_paxel",
"advanced_copper:copper_axe", "advanced_copper:copper_axe",
"advanced_copper:copper_hammer", "advanced_copper:copper_hammer",
"advanced_copper:copper_hoe", "advanced_copper:copper_hoe",
"advanced_copper:copper_paxel", "advanced_copper:copper_paxel",
"advanced_copper:copper_pickaxe", "advanced_copper:copper_pickaxe",
"advanced_copper:copper_shovel", "advanced_copper:copper_shovel",
"advanced_copper:copper_sword", "advanced_copper:copper_sword",
"advanced_copper:copper_excavator", "advanced_copper:copper_excavator",
"tconstruct:repair_kit", "tconstruct:repair_kit",
"tconstruct:repair_kit_cast", "tconstruct:repair_kit_cast",
"tconstruct:repair_kit_sand_cast", "tconstruct:repair_kit_sand_cast",
@ -182,7 +182,9 @@
"tconstruct:cast_chest", "tconstruct:cast_chest",
"tconstruct:seared_casting_tank", "tconstruct:seared_casting_tank",
"tconstruct:scorched_proxy_tank", "tconstruct:scorched_proxy_tank",
"tconstruct:scorched_alloyer",
"tconstruct:seared_heater",
"tconstruct:seared_chute"
], ],
// ----------------------------------------------------------- // -----------------------------------------------------------
// Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed. // Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed.

View file

@ -0,0 +1,86 @@
# Config version is auto-generated
# DO NOT CHANGE
configVersion = 2
[stackables]
# Simple toggle for the mod! Set to false to disable.
modEnabled = true
# Whether to allow potions to stack.
potions = true
# Maximum stack size for potions.
potionCount = 16
# Whether to allow splash potions to stack.
splashPotions = true
# Maximum stack size for splash potions.
splashPotionCount = 16
# The delay/cooldown to add to throwing splash potions in game ticks.
splashPotionDelay = 0
# Whether to allow soups to stack.
soups = true
# Maximum stack size for soups.
soupCount = 16
# Whether to allow enchanted books to stack.
enchantedBooks = true
# Maximum stack size for enchanted books.
enchantedBookCount = 64
# Whether to allow full buckets to stack.
buckets = false
# Maximum stack size for full buckets.
bucketCount = 16
# Whether to allow boats to stack.
boats = true
# Maximum stack size for boats.
boatCount = 16
# Whether to allow minecarts to stack.
minecarts = true
# Maximum stack size for minecarts.
minecartCount = 16
# Whether to allow beds to stack.
beds = true
# Maximum stack size for beds.
bedCount = 16
# Whether to allow music discs to stack.
discs = true
# Maximum stack size for music discs.
discCount = 64
# Whether to allow instruments (i.e. goat horns) to stack.
instruments = true
# Maximum stack size for instruments (i.e. goat horns).
instrumentCount = 64
# Whether to allow banner patterns to stack.
patterns = true
# Maximum stack size for banner patterns.
patternCount = 64
# Whether to allow horse equipments (i.e. saddles and armor) to stack.
horseEquipments = true
# Maximum stack size for horse equipment (i.e. saddles and armor).
horseEquipmentCount = 16
# Whether to allow cakes to stack.
cakes = false
# Maximum stack size for cakes.
cakeCount = 1
# Whether to allow totems to stack.
totems = false
# Maximum stack size for totems.
totemCount = 1
# Whether to allow decorated pots to stack.
decoratedPots = true
# Maximum stack size for decorated pots.
decoratedPotCount = 64
# Maximum stack size for empty buckets.
emptyBucketCount = 16
# Maximum stack size for armor stands.
armorStandCount = 64
# Maximum stack size for banners.
bannerCount = 64
# Maximum stack size for signs.
signCount = 64
# Maximum stack size for throwables (i.e. snowballs and chicken eggs).
throwableCount = 16
# Maximum stack size for ender pearls.
enderPearlCount = 16
# Maximum stack size for drinkables (i.e. honey bottles and milk buckets).
drinkableCount = 16
# Maximum stack size for signed books.
signedBookCount = 64

View file

@ -1,163 +0,0 @@
minecraft:lingering_potion=16
minecraft:splash_potion=16
minecraft:beetroot_soup=16
minecraft:suspicious_stew=16
minecraft:rabbit_stew=16
minecraft:mushroom_stew=16
tconstruct:meat_soup=16
minecraft:enchanted_book=64
minecraft:oak_boat=16
minecraft:spruce_boat=16
minecraft:birch_boat=16
minecraft:jungle_boat=16
minecraft:acacia_boat=16
minecraft:dark_oak_boat=16
minecraft:mangrove_boat=16
minecraft:bamboo_raft=16
minecraft:cherry_boat=16
minecraft:oak_chest_boat=16
minecraft:spruce_chest_boat=16
minecraft:birch_chest_boat=16
minecraft:jungle_chest_boat=16
minecraft:acacia_chest_boat=16
minecraft:dark_oak_chest_boat=16
minecraft:mangrove_chest_boat=16
minecraft:bamboo_chest_raft=16
minecraft:cherry_chest_boat=16
quark:ancient_boat=16
quark:azalea_boat=16
quark:blossom_boat=16
quark:ancient_chest_boat=16
quark:azalea_chest_boat=16
quark:blossom_chest_boat=16
minecraft:minecart=16
minecraft:chest_minecart=16
minecraft:furnace_minecart=16
minecraft:tnt_minecart=16
minecraft:hopper_minecart=16
minecraft:black_bed=16
minecraft:blue_bed=16
minecraft:brown_bed=16
minecraft:cyan_bed=16
minecraft:gray_bed=16
minecraft:green_bed=16
minecraft:light_blue_bed=16
minecraft:light_gray_bed=16
minecraft:lime_bed=16
minecraft:magenta_bed=16
minecraft:orange_bed=16
minecraft:pink_bed=16
minecraft:purple_bed=16
minecraft:red_bed=16
minecraft:white_bed=16
minecraft:yellow_bed=16
minecraft:music_disc_5=64
minecraft:music_disc_creator=64
minecraft:music_disc_creator_music_box=64
minecraft:music_disc_otherside=64
minecraft:music_disc_pigstep=64
minecraft:music_disc_precipice=64
minecraft:music_disc_relic=64
minecraft:music_disc_11=64
minecraft:music_disc_13=64
minecraft:music_disc_blocks=64
minecraft:music_disc_cat=64
minecraft:music_disc_chirp=64
minecraft:music_disc_far=64
minecraft:music_disc_mall=64
minecraft:music_disc_mellohi=64
minecraft:music_disc_stal=64
minecraft:music_disc_strad=64
minecraft:music_disc_wait=64
minecraft:music_disc_ward=64
quark:music_disc_drips=64
quark:music_disc_ocean=64
quark:music_disc_rain=64
quark:music_disc_wind=64
quark:music_disc_fire=64
quark:music_disc_clock=64
quark:music_disc_crickets=64
quark:music_disc_chatter=64
quark:music_disc_endermosh=64
minecraft:goat_horn=64
minecraft:flower_banner_pattern=64
minecraft:creeper_banner_pattern=64
minecraft:skull_banner_pattern=64
minecraft:mojang_banner_pattern=64
minecraft:globe_banner_pattern=64
minecraft:piglin_banner_pattern=64
minecraft:saddle=16
minecraft:leather_horse_armor=16
minecraft:iron_horse_armor=16
minecraft:diamond_horse_armor=16
minecraft:golden_horse_armor=16
minecraft:decorated_pot
minecraft:armor_stand=64
minecraft:black_banner=64
minecraft:blue_banner=64
minecraft:brown_banner=64
minecraft:cyan_banner=64
minecraft:gray_banner=64
minecraft:green_banner=64
minecraft:light_blue_banner=64
minecraft:light_gray_banner=64
minecraft:lime_banner=64
minecraft:magenta_banner=64
minecraft:orange_banner=64
minecraft:pink_banner=64
minecraft:purple_banner=64
minecraft:red_banner=64
minecraft:white_banner=64
minecraft:yellow_banner=64
minecraft:oak_sign=64
minecraft:spruce_sign=64
minecraft:birch_sign=64
minecraft:acacia_sign=64
minecraft:jungle_sign=64
minecraft:dark_oak_sign=64
minecraft:crimson_sign=64
minecraft:warped_sign=64
minecraft:mangrove_sign=64
minecraft:bamboo_sign=64
minecraft:cherry_sign=64
quark:azalea_sign=64
quark:blossom_sign=64
quark:ancient_sign=64
tconstruct:greenheart_sign=64
tconstruct:skyroot_sign=64
tconstruct:bloodshroom_sign=64
tconstruct:enderbark_sign=64
minecraft:oak_hanging_sign=64
minecraft:spruce_hanging_sign=64
minecraft:birch_hanging_sign=64
minecraft:acacia_hanging_sign=64
minecraft:cherry_hanging_sign=64
minecraft:jungle_hanging_sign=64
minecraft:dark_oak_hanging_sign=64
minecraft:crimson_hanging_sign=64
minecraft:warped_hanging_sign=64
minecraft:mangrove_hanging_sign=64
minecraft:bamboo_hanging_sign=64
quark:azalea_hanging_sign=64
quark:blossom_hanging_sign=64
quark:ancient_hanging_sign=64
tconstruct:greenheart_hanging_sign=64
tconstruct:skyroot_hanging_sign=64
tconstruct:bloodshroom_hanging_sign=64
tconstruct:enderbark_hanging_sign=64
minecraft:written_book=64

View file

@ -1,3 +0,0 @@
#Enable tooltip under Tinker's materials
enable_tooltip = false

View file

@ -0,0 +1,42 @@
{
"advancements.husbandry.netherite_hoe.description": "Use a Dendrite Ingot to upgrade a Hoe, and then reevaluate your life choices",
"advancements.husbandry.netherite_hoe.title": "Serious Dedication",
"advancements.nether.netherite_armor.description": "Get a full suit of Dendrite armor",
"advancements.story.mine_diamond.description": "Find a diamond lost in light and heat",
"advancements.story.mine_diamond.title": "Hearts of the Sunrise",
"advancements.story.smelt_cobalt.description": "Found below the molten lakes\nRefining this will require a hotter furnace",
"advancements.story.smelt_cobalt.title": "Also try Orichalcum!",
"advancements.story.wooden_paxel.description": "Craft a Wooden Paxel",
"advancements.story.wooden_paxel.title": "A New Beginning",
"advancements.story.upgrade_tools.description": "Scrounge enough copper for a pickaxe",
"advancements.story.upgrade_tools.title": "Really Is a Trial",
"advancements.story.smelt_iron.description": "Source and smelt iron from underground",
"advancements.story.smelt_gold.description": "Delve deeper and find gold. Or wait - is this gold?",
"advancements.story.smelt_gold.title": "We're Rich!",
"advancements.story.enter_the_nether.description": "Cool obsidian to a portal's shape, light it, and enter",
"block.minecraft.deepslate_diamond_ore": "Blackstone Diamond Ore",
"block.minecraft.netherite_block": "Block of Dendrite",
"item.minecraft.netherite_axe": "Dendrite Axe",
"item.minecraft.netherite_boots": "Dendrite Boots",
"item.minecraft.netherite_chestplate": "Dendrite Chestplate",
"item.minecraft.netherite_helmet": "Dendrite Helmet",
"item.minecraft.netherite_hoe": "Dendrite Hoe",
"item.minecraft.netherite_ingot": "Dendrite Ingot",
"item.minecraft.netherite_leggings": "Dendrite Leggings",
"item.minecraft.netherite_pickaxe": "Dendrite Pickaxe",
"item.minecraft.netherite_scrap": "Dendrite Shale",
"item.minecraft.netherite_shovel": "Dendrite Shovel",
"item.minecraft.netherite_sword": "Dendrite Sword",
"item.minecraft.netherite_upgrade_smithing_template.new": "Dendrite Upgrade",
"item.minecraft.rabbit_hide": "Leather Strip",
"item.minecraft.smithing_template.netherite_upgrade.additions_slot_description": "Add Dendrite Ingot",
"item.minecraft.smithing_template.netherite_upgrade.ingredients": "Dendrite Ingot",
"item.minecraft.stone_axe": "Copper Axe",
"item.minecraft.stone_hoe": "Copper Hoe",
"item.minecraft.stone_pickaxe": "Copper Pickaxe",
"item.minecraft.stone_shovel": "Copper Shovel",
"item.minecraft.stone_sword": "Copper Sword",
"subtitles.item.armor.equip_netherite": "Dendrite armor clanks",
"trim_material.minecraft.netherite": "Dendrite Material",
"upgrade.minecraft.netherite_upgrade": "Dendrite Upgrade"
}

View file

@ -0,0 +1,7 @@
#!/bin/bash
# Simply copies en_us.json to other standard english variants
for lang in gb au ca nz pt ud; do
cp en_us.json "en_${lang}.json";
done

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_diamond_ore_top",
"side": "minecraft:block/deepslate_diamond_ore"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

View file

@ -0,0 +1,4 @@
{
"item.paxelsfordummies.stone_paxel": "Copper Paxel",
"item.paxelsfordummies.netherite_paxel": "Dendrite Paxel"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,17 @@
{
"block.tconstruct.molten_netherite_fluid": "Molten Dendrite",
"fluid.tconstruct.flowing_molten_netherite": "Flowing Molten Dendrite",
"fluid.tconstruct.molten_netherite": "Molten Dendrite",
"fluid.tconstruct.molten_netherite.fluid_effect": "Molten dendrite is the highest base damage, for when you cannot wait for your target to bleed out.",
"advancements.tconstruct.tools.netherite_tier.description": "Create a tool with the dendrite mining tier",
"advancements.tconstruct.tools.netherite_tier.title": "Dendrite Tier",
"item.tconstruct.debris_nugget.tooltip": "Small shard of ancient dendrite, possibly can be melted to salvage",
"item.tconstruct.molten_netherite_bucket": "Molten Dendrite Bucket",
"item.tconstruct.netherite_item_frame": "Dendrite Item Frame",
"item.tconstruct.netherite_nugget": "Dendrite Nugget",
"material.tconstruct.netherite": "Dendrite",
"modifier.tconstruct.netherite": "Dendrite",
"modifier.tconstruct.unbreakable.requirements": "Unbreakable requires Dendrite and Reinforced V to apply",
"modifier.tconstruct.worldbound.description": "A crude version of dendrite, granting immunity to external damage like fire, but no additional strength",
"stat.tconstruct.harvest_tier.minecraft.netherite": "Dendrite"
}

View file

@ -0,0 +1,50 @@
{
"tetra.advancements.story.more_upgrades.description": "Craft a copper hammer for your tooling convenience\n \n§8§oTetra begins",
"tetra.advancements.upgrades.hammer_3.description": "Craft a double-sided iron hammer and gain increased hammering capability\n\n§7May require a secondary hammer",
"tetra.advancements.upgrades.hammer_3.title": "Hammer II (Iron)",
"tetra.advancements.upgrades.hammer_4.description": "Upgrade your hammer with cobalt\n\n§7An upgraded handle or a binding will provide enough integrity to support a cobalt hammer",
"tetra.advancements.upgrades.hammer_4.title": "Hammer III (Cobalt)",
"tetra.advancements.upgrades.hammer_5.description": "Craft a double-sided diamond hammer using an end rod handle",
"tetra.advancements.upgrades.hammer_5.title": "Hammer IV (Diamond)",
"tetra.advancements.upgrades.hammer_6.description": "Craft a double-sided dendrite hammer for ultimate customisation",
"tetra.advancements.upgrades.hammer_6.title": "The Tinker Would Be Proud",
"tetra.advancements.upgrades.root.description": "Craft a hammer and earn a holosphere",
"tetra.advancements.upgrades.tool_upgrade.description":"Start tinkering with a vanilla tool",
"tetra.material.netherite": "Dendrite",
"tetra.material.netherite.prefix": "Dendrite",
"tetra.variant.spike/netherite": "Dendrite spike",
"tetra.material.feature.slimesteel": "Slimesteel",
"tetra.material.feature.slimesteel.tooltip": "Slimesteel",
"tetra.material.slimesteel": "Slimesteel",
"tetra.material.slimesteel.prefix": "Slimesteel",
"tetra.material.feature.cobalt": "Cobalt",
"tetra.material.feature.cobalt.tooltip": "Cobalt",
"tetra.material.cobalt": "Cobalt",
"tetra.material.cobalt.prefix": "Cobalt",
"tetra.material.feature.queens_slime": "Queen's Slime",
"tetra.material.feature.queens_slime.tooltip": "Queen's Slime",
"tetra.material.queens_slime": "Queen's Slime",
"tetra.material.queens_slime.prefix": "Queen's Slime",
"tetra.material.feature.steel": "Steel",
"tetra.material.feature.steel.tooltip": "Steel",
"tetra.material.steel": "Steel",
"tetra.material.steel.prefix": "Steel",
"tetra.material.feature.amethyst_bronze": "Amethyst Bronze",
"tetra.material.feature.amethyst_bronze.tooltip": "Amethyst Bronze",
"tetra.material.amethyst_bronze": "Amethyst Bronze",
"tetra.material.amethyst_bronze.prefix": "Amethyst Bronze",
"tetra.material.feature.hepatizon": "Hepatizon",
"tetra.material.feature.hepatizon.tooltip": "Hepatizon",
"tetra.material.hepatizon": "Hepatizon",
"tetra.material.hepatizon.prefix": "Hepatizon",
"tetra.material.feature.manyullyn": "Manyullyn",
"tetra.material.feature.manyullyn.tooltip": "Manyullyn",
"tetra.material.manyullyn": "Manyullyn",
"tetra.material.manyullyn.prefix": "Manyullyn",
"tetra.material.feature.rose_gold": "Rose Gold",
"tetra.material.feature.rose_gold.tooltip": "Rose Gold",
"tetra.material.rose_gold": "Rose Gold",
"tetra.material.rose_gold.prefix": "Rose Gold",
"tetra.material.hide": "Leather Strip",
"tetra.stats.janking.tooltip": "Breaking a block or killing an entity will teleport the loot to the wielder, affects items and experience orbs within a §e%s§r block radius of the target."
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:book"
},
{
"item": "minecraft:feather"
},
{
"item": "minecraft:glowstone_dust"
}
],
"result": {
"item": "aa4-atlas:antique_atlas",
"count": 1
}
}

View file

@ -0,0 +1,7 @@
{
"replace": true,
"entities": [
"#accessories:defaulted_targets"
],
"slots": []
}

View file

@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"minecraft:compass",
"minecraft:recovery_compass",
"minecraft:clock"
]
}

View file

@ -0,0 +1,34 @@
{
"replace": false,
"values": [
"enchancement:bouncy",
"enchancement:warp",
"minecraft:aqua_affinity",
"minecraft:binding_curse",
"minecraft:depth_strider",
"minecraft:feather_falling",
"minecraft:flame",
"minecraft:fortune",
"minecraft:frost_walker",
"minecraft:impaling",
"minecraft:infinity",
"minecraft:knockback",
"minecraft:looting",
"minecraft:loyalty",
"minecraft:lure",
"minecraft:mending",
"minecraft:multishot",
"minecraft:piercing",
"minecraft:power",
"minecraft:protection",
"minecraft:punch",
"minecraft:quick_charge",
"minecraft:respiration",
"minecraft:sharpness",
"minecraft:sweeping",
"minecraft:swift_sneak",
"minecraft:thorns",
"minecraft:unbreaking",
"minecraft:vanishing_curse"
]
}

View file

@ -0,0 +1,71 @@
{
"carvers": {},
"downfall": 0.0,
"effects": {
"fog_color": 10518688,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011,
"particle": {
"options": {
"type": "minecraft:white_ash"
},
"probability": 0.118
},
"ambient_sound": "minecraft:ambient.warped_forest.loop"
},
"features": [
[],
[],
[],
[],
[
"minecraft:end_spike"
],
[],
[
"endercon:ore_ancient_debris"
],
[],
[],
[],
[]
],
"has_precipitation": false,
"spawn_costs": {
"minecraft:phantom": {
"charge": 1.0,
"energy_budget": 0.1
}
},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:phantom",
"maxCount": 4,
"minCount": 3,
"weight": 10
},
{
"type": "minecraft:phantom",
"maxCount": 1,
"minCount": 1,
"weight": 2
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.5
}

View file

@ -0,0 +1,69 @@
{
"carvers": {
"air": [
"endercon:cave_pillars"
]
},
"downfall": 0.0,
"effects": {
"fog_color": 10518688,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011,
"particle": {
"options": {
"type": "minecraft:white_ash"
},
"probability": 0.01
},
"ambient_sound": "minecraft:ambient.warped_forest.loop"
},
"features": [
[],
[],
[],
[],
[
"minecraft:end_gateway_return",
"minecraft:end_spike"
],
[],
[
"endercon:ore_ancient_debris"
],
[],
[
"endercon:end_ruins"
],
[
"endercon:end_pillars",
"endercon:chorus_plant_sparce"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 10
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.5
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:scattered_ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 4,
"targets": [
{
"state": {
"Name": "minecraft:ancient_debris"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:end_stone"
}
}
]
}
}

View file

@ -0,0 +1,27 @@
{
"feature": "endercon:ore_ancient_debris",
"placement": [
{
"type": "minecraft:count",
"count": 24
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"below_top": 0
},
"min_inclusive": {
"absolute": 175
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "endercon:end_hallows",
"step": "raw_generation",
"spawn_overrides": {},
"terrain_adaptation": "none",
"start_pool": "endercon:end_ruins/start",
"size": 2,
"start_height": {
"absolute": 30
},
"max_distance_from_center": 16,
"use_expansion_hack": false
}

View file

@ -0,0 +1,5 @@
{
"values": [
"minecraft:crying_obsidian"
]
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "paxelsfordummies:wooden_paxel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stick",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"paxelsfordummies:wooden_paxel"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,13 @@
{
"replace": true,
"entities": [
"minecraft:player",
"minecraft:armor_stand"
],
"slots": [
"back",
"belt",
"charm",
"spyglass"
]
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
},
"U": {
"item": "minecraft:minecart"
}
},
"pattern": [
"###",
"#U#",
"###"
],
"result": {
"item": "minecraft:chest_minecart"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"U": {
"item": "minecraft:minecart"
}
},
"pattern": [
"###",
"#U#",
"###"
],
"result": {
"item": "minecraft:furnace_minecart"
},
"show_notification": true
}

Some files were not shown because too many files have changed in this diff Show more