gnembon / fabric-carpet

Fabric Carpet
MIT License
1.65k stars 261 forks source link

let encode_nbt has a target type. and add a function for NBT type probing #1838

Open ch-yx opened 7 months ago

ch-yx commented 7 months ago

this is a small pr, and it is to add this 2 function:

nbt_type(nbt_value [, nbt_path] ) -> return the nbt type of a NBT value. get_as_nbt(nbt_value , nbt_path ) -> same as nbt_value:nbt_path , but will not try to cast it to scarpet value.

and allows encode_nbt s second argument be 'short' / 'byte' / 'byte_array'...... as the target type.