Isaac

Results 39 comments of Isaac

I re-wrote a lot of this datapack to create a version customized for my server. My tagger function checks for named item in frame and sets tags. I used command_block...

I am using the frames on hoppers and have had some misses. I tracked this down to volume of items and setup a rig with a hopper feeding a dropper...

If the item falls after teleporting, it may be generating the item plop sound.

Checking the rotation would require nbt checks, which are a source of lag. Do a less-often check for the rotation and set a tag, then check for the tag in...

Since I have a fork of MSS, I thought I would see if I can resolve these issues in upstream... However, I cannot reproduce a problem with Coordinates HUD and...

The config file is digested by the java file and outputs modified .mcfunction files. You would need to use the old config but re-run the setup to build that config...

Would this help? if Trapped Chest has Shulker Box that has items /execute if block -126 62 -168 minecraft:trapped_chest{Items:[{id:"minecraft:shulker_box",tag:{BlockEntityTag:{Items:[{}]}}}]} if trapped chest has Shulker Box that is empty /execute if...

I had time to play with it in-game This command will teleport only items on the ground that contain a shulkerbox that has some item in it /tp @e[type=item,nbt={Item:{id:"minecraft:shulker_box",tag:{BlockEntityTag:{Items:[{}]}}}}] @s...

As far as I can tell, this datapack does not really do anything that should conflict with the gold block. It has a check in it that just looks at...

I re-wrote this datapack for other functionality I wanted. I ended up using custom named items that when inserted into the frame primes it by applying a tag. Only tagged...