Skip to content

Commit

Permalink
Quick bug fixes and added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
g33king committed Oct 28, 2020
1 parent 3871986 commit 0940753
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 4 deletions.
Binary file added docs/after1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/after2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/filtering melon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/where.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tik_barrel.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion tik_barrel/data/minecraft/tags/functions/load.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"values": [
"barrel_tik:init"
"tik_barrel:init"
]
}
2 changes: 1 addition & 1 deletion tik_barrel/data/minecraft/tags/functions/tick.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"values": [
"barrel_tik:tick"
"tik_barrel:tick"
]
}
2 changes: 0 additions & 2 deletions tik_barrel/data/tik_barrel/functions/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ execute as @e[scores={tikBarrelHandEqu=1..}] at @s run function tik_barrel:clear
execute as @e[name=tikBarrel] at @s unless block ~ ~ ~ minecraft:barrel run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:item_frame",Count:1b,tag:{display:{Name:'{"text":"filter"}'}}}}
execute as @e[name=tikBarrel] at @s unless block ~ ~ ~ minecraft:barrel run kill @s

execute as @e[name=tikBarrel] at @s if entity @e[name=tikBarrel,distance=..1] run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:item_frame",Count:1b,tag:{display:{Name:'{"text":"filter"}'}}}}

scoreboard players set @e tikBarrelChange 0
scoreboard players set @e tikBarrelItemEqu 0
scoreboard players set @e tikBarrelHandEqu 0

0 comments on commit 0940753

Please sign in to comment.