mc-datapacks / review-tracker

Datapack Review tracker
6 stars 1 forks source link

Homes Enhanced - Just Another Homes Datapack #36

Closed Gnottero closed 3 years ago

Gnottero commented 3 years ago

Project Page: https://www.planetminecraft.com/data-pack/homes-enhanced-just-another-homes-datapack/

EstEarth202 commented 3 years ago

Common Trait Convention ☑️

Custom Model ID ☑️

Global ignoring tag ❌

gnottero\functions\homes_enhanced\main
execute as @a[tag=!global.ignore.pos, tag=!global.ignore] Here you don't have to use global ignore tag since I checked all the operations. tag=!global.ignore This tag does not apply to player-only selectors (@ a, @ e[type=player], @ p, etc.)

Global Durability ☑️

Namespace Convention ✔️

Shulker Box Loot Table ☑️

Datapack Advancement ✔️

Datapack Uninstallation ✔️

Reloading Message ✔️

Tecnical advice

Did you know: fake_player doesn't need to use namespace because it is already inside the objective namespace. #dest_infos gn.dest_infos

Note

✔️ = Followed ❌ = Doesn't follow ☑️ = Not required/Skip

Gnottero commented 3 years ago

Okay, I should have that fixed. Could you please check it out? You can also find the datapack on github at this link: https://github.com/Gnottero/Homes-Enhanced

EstEarth202 commented 3 years ago