mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-26 02:19:28 +00:00
Fix default configs
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
allprojects {
|
||||
|
||||
project.group = "net.momirealms"
|
||||
project.version = "3.4.5.1"
|
||||
project.version = "3.4.5.2"
|
||||
|
||||
apply<JavaPlugin>()
|
||||
apply(plugin = "java")
|
||||
|
||||
@@ -77,7 +77,7 @@ sprinkler_1:
|
||||
fake_item_action:
|
||||
type: fake-item
|
||||
value:
|
||||
item: customcrops:water_effect
|
||||
item: {0}water_effect
|
||||
duration: 100
|
||||
x: 0.5
|
||||
y: 0.4
|
||||
@@ -163,7 +163,7 @@ sprinkler_2:
|
||||
fake_item_action:
|
||||
type: fake-item
|
||||
value:
|
||||
item: customcrops:water_effect
|
||||
item: {0}water_effect
|
||||
duration: 100
|
||||
x: 0.5
|
||||
y: 0.4
|
||||
@@ -251,7 +251,7 @@ sprinkler_3:
|
||||
fake_item_action:
|
||||
type: fake-item
|
||||
value:
|
||||
item: customcrops:water_effect
|
||||
item: {0}water_effect
|
||||
duration: 100
|
||||
x: 0.5
|
||||
y: 0.4
|
||||
|
||||
Reference in New Issue
Block a user