Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Configuration file
general {
# Disable the message when you active the filter
B:"Disable activation message"=false
# Disable particles in the block
B:"Disable particles"=false
}

View File

@@ -0,0 +1,19 @@
# Configuration file
general {
# If the number is large it is faster
I:"Item Activation Rotation Speed"=4
# The item is big as the number
D:"Item Activator Dimension"=1.5
# How many item is needed to activate the filter
# Min: 1
# Max: 64
I:"Item Quantity Needded"=1
# modId:itemId | i.g. minecraft:gold_ingot
S:"Set the item/block"=minecraft:nether_star
}