Enhance everycomp-entries configuration files by adding new types and entries for various materials, including metals, woods, and leaves, to improve compatibility and functionality across resource packs. Update minecraftinstance.json to refine mod loader configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 21:38:04 +03:00
parent 9adb82932e
commit 23ece092f3
89 changed files with 3294 additions and 1 deletions
@@ -0,0 +1,24 @@
#.
#The Speed of a Robo Bee in Blocks per Second. Default: 6
# Default: 6
# Range: > 1
beeSpeed = 6
#.
#The Speed of the rotation of a Robo Bee in degrees per Second. Default: 45
# Default: 45
# Range: > 1
beeRotationSpeed = 45
#.
#If true, the Robo Bee will be able to deliver packages from one port to another. Default: true
portToPort = true
#.
#The maximum distance a Robo Bee can travel. Default: -1 (unlimited)
# Default: -1
# Range: > -1
beeMaxDistance = -1
#.
#If true, the Robo Bee will display a nametag with the address of the package it is carrying. Default: true
displayNametag = true
#.
#If true, when Spawning a Robo Bee with the Item it will take any Package from the offhand and deliver it. Default: true
allowRoboBeeSpawnPackageTransport = true