added milks to the placeable fluid blacklist
This commit is contained in:
parent
6b2d37fb20
commit
c725428991
3 changed files with 11 additions and 3 deletions
5
kubejs/server_scripts/tfc/events.js
Normal file
5
kubejs/server_scripts/tfc/events.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ItemEvents.rightClicked(event => {
|
||||
if (event.item.hasTag('tfc:nonplaceable')) {
|
||||
event.cancel()
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue