Add "cobble" group. #2174
No reviewers
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#2174
Loading…
Reference in New Issue
No description provided.
Delete Branch "cobble_group"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements the "cobble" group. It currently comprises only of "mcl_core:cobble", but as we are about to add deepslate and blackstone mods, there are nodes in those that are also eligible to cobble group membership.
The benfit of the cobble group is that crafting recipes do not have to be repeated unnecessarily for all the different types of cobble. Instead recipes can specify "group:cobble".
The cobble group can also be used to specify repair material for worn tools. The anvil code does not need adaptation for it as it already supports "group:wood".
Wiki reference: https://minecraft.fandom.com/wiki/Tiers#Tiers
Please review timely, so that this can be merged and the deepslate and blackstone mods can be adapted to make use of it.
cobble
group to GROUPS.md, to be used in crafting recipes.cobble
group.hoe), furnace and brewing stand to use any cobble group stone.
Update crafting recipes of dispensers, droppers, observers, pistonsand walllevers to use any cobble group stone.
hoe) to use any cobble group stone.
To be used in #2141 and #2142
The brewing stand*, furnace, and tools are okay. But, according to the wiki; redstone nodes only uses cobble.
https://minecraft.fandom.com/wiki/Cobbled_Deepslate#Usage
https://minecraft.fandom.com/wiki/Blackstone#Usage
MC-177904: https://bugs.mojang.com/browse/MC-177904
*Brewing stand has some conflicting info. But, I think that's based on Java vs Bedrock recipes.
Oh thanks. Yes, I had my doubts, but it wasn't immediately obvious from my cursory reading of the wiki. Anyway, I put the redstone bits in a separate commit, so that it would be easy to revert in case it was wrong.
What I found in wiki positively states that it can be crafted with other cobbles.
https://minecraft.fandom.com/wiki/Brewing_Stand#Crafting
That mojang bug that you linked states the opposite though.
Has anyone tested crafting the stand in JE? I can do it if necessary.
Yea, hence the footnote. I'm not too sure about that.
No, I haven't had a chance. That'd be helpful if you could!
I just tried in Java Edition and you can craft the brewing stand with all of these: Cobblestone, Blackstone or Cobbled Deepslate.
Thanks for checking!
Allright, shall I revert the redstone related crafting changes then?
Reverted the dispensers, droppers, observers, pistons and walllevers crafting recipes to their original versions.
Thanks. I'm not seeing any typos, and I tested in-game; looks good.
b4b8280570
tof1a494ea62
Looks good, tested a few recipes, they worked <3