mcbeet / beet

The Minecraft pack development kit.
https://mcbeet.dev
MIT License
140 stars 14 forks source link

feat: version 1.21 #439

Closed atomic-junky closed 2 months ago

atomic-junky commented 5 months ago

Support for directory name changes:

structures -> structure
advancements -> advancement
recipes -> recipe
loot_tables -> loot_table
predicates -> predicate
item_modifiers ->item_modifier
functions -> function
tags/functions -> tags/function
tags/items-> tags/item
tags/blocks-> tags/block
tags/entity_types -> tags/entity_type
tags/fluids -> tags/fluid
tags/game_events-> tags/game_event
TheNuclearNexus commented 5 months ago

These changes break the ability to load packs made for older versions of Minecraft completely Also, according to the wiki only tags/functions was changed, other tags were unaffected

atomic-junky commented 5 months ago

That's not what I understood, I saw it in the wiki too Screenshot_20240614-140332.png

TheNuclearNexus commented 5 months ago

Ah ok must have missed it, do you know which snapshot it was?

atomic-junky commented 5 months ago

It seams to be 24w19a according to this video of slicelime https://www.youtube.com/watch?v=AJTSOwlsgwk

RitikShah commented 2 months ago

Superceded by 1.21 support (#422)