Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
1.21.5
1.8.9
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed GPL-3.0-only
Published 9 months ago
Changelog
Changes:
block.name - Now returns the actual name of the block
block.translation_id - Returns the block ID, for example:
block.minecraft.wool
item.name - It can now display the name of the item in color
Added:
block.identifier - Returns the block identifier based on the example:
minecraft:wool
item.translation_id - Returns the item ID, for example:
item.minecraft.wool
item.identifier - Returns the block identifier based on the example: minecraft:wool
item.is_сorrect_tool(blockstate) - Checks whether a block will drop when mined with a specific item
entities.getEntities()
items.getItems()
items.getFromId(id)
items.getFromIdentifier("minecraft:stick")
blocks.getBlocks()
player.network.connectToServer("host", port)
player.network.disconnectFromServer("reason")
Files
neo-scripts-1.21.11_1.2.1.6.9.jar(37.66 MiB) Primary
Metadata
Release channel
ReleaseVersion number
1.2.1.6.9Loaders
Fabric
Game versions
1.21.11Environment
Client-side only



