ch-yx
ch-yx
> > some block`s shape depends on who you are. such as snower snow and scaffolding.🤷♂️ > > The script is meant mostly for projectiles, then players, so I'm not...
 my script works fine here [bamboo.sc](https://github.com/gnembon/scarpet/files/7776697/bamboo.txt) . i did not write the clamped part.
i m thinking, should there be a flag about what the game is currently doing. for example, it can tell me the item entity s spawning is because of a...
about i18n i m thinking if it is good if you create a map like this: ``` i18n={ 'en-us'->{'menu_backpack'->'Backpack','bag_toolbox'->'Toolbox'}, 'zh-cn'->{'menu_backpack'->'背包','bag_toolbox'->'工具箱'} } ``` and then use` i18n:(player~'language'):'bag_toolbox'` to get the value...
有人指出,如果有GUI打开的时候,腐竹输入/reload 指令将会使得GUI不再受控制,进而复制物品。 我记得有一个app的事件,在app被禁用的时候触发。 请你试一试能不能在这个事件的时候加入关闭GUI,并把鼠标指针带着的物品(如果有的话)扔出去。
😆 its requirement (https://github.com/gnembon/fabric-carpet/pull/1368) is merged in carpet 1.4.82 😆
> About the responses... A string response is probably good enough. There's no need for anything else, there are built-in methods to parse things like JSON, and the programmer will...
cannot come up with any new ideas ...
> layers_of_super_flat_world - should be named differnetly and more generically. Yes. i m to change it in to `super_flat_layers` > the info should only contain information about the current dimension...
🆗. i changed the name. but i m not willing to change the other thing.