Skip to content

Commit

Permalink
Update 21.0release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinoscythe authored Jun 16, 2024
1 parent 3a74811 commit e1ee148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/21.0release.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The first NeoForge beta release for 1.21 comes with some changes too.

### Deprecations
Members deprecated for removal have been mostly removed:
- `IItemExtension#onArmorTick`: use `Item#inventory` tick instead, with the armor slot indices being 36, 37, 38 and 39.
- `IItemExtension#onArmorTick`: use `Item#inventoryTick` instead, with the armor slot indices being 36, 37, 38 and 39.
- `ItemHandlerHelper#copyStackWithSize` -> `ItemStack#copyWithCount`
- `ItemHandlerHelper#canItemStacksStack` -> `ItemStack#isSameItemSameComponents`
- the `ComposterBlock#COMPOSTABLES` map is now ignored. Use the data map instead.
Expand Down

1 comment on commit e1ee148

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: e1ee148cb95e4c4024285aea68ed7146a216b38b
Status: ✅ Deploy successful!
Preview URL: https://0dfa76d0.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-41.neoforged-website-previews.pages.dev

Please sign in to comment.