-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Global - Added Corals related crafts AFK - Added config parameter to set the number of minutes before a player is considered AFK. - Removed non-survival players from the system. Bed - Added a message when players are in bed considering the number. - Slowed down the passage of time. Blaze & Phantom - Added config for the delay between spawns. - Made the radius to check for spawned blazes from 90 to 128. Magnet - Entire rework stolen from my personal datapack (VW.) Time - Default modifier is 1 instead of 2.
- Loading branch information
1 parent
935b9e6
commit 395de93
Showing
39 changed files
with
336 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:brain_coral_block" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:brain_coral", | ||
"count": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:brain_coral" | ||
}, | ||
{ | ||
"item": "minecraft:brain_coral" | ||
}, | ||
{ | ||
"item": "minecraft:brain_coral" | ||
}, | ||
{ | ||
"item": "minecraft:brain_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:brain_coral_block", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:brain_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:brain_coral_fan", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:brain_coral_fan" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:brain_coral", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:bubble_coral_block" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:bubble_coral", | ||
"count": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:bubble_coral" | ||
}, | ||
{ | ||
"item": "minecraft:bubble_coral" | ||
}, | ||
{ | ||
"item": "minecraft:bubble_coral" | ||
}, | ||
{ | ||
"item": "minecraft:bubble_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:bubble_coral_block", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:bubble_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:bubble_coral_fan", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:bubble_coral_fan" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:bubble_coral", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:fire_coral_block" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:fire_coral", | ||
"count": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:fire_coral" | ||
}, | ||
{ | ||
"item": "minecraft:fire_coral" | ||
}, | ||
{ | ||
"item": "minecraft:fire_coral" | ||
}, | ||
{ | ||
"item": "minecraft:fire_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:fire_coral_block", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:fire_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:fire_coral_fan", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:fire_coral_fan" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:fire_coral", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:horn_coral_block" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:horn_coral", | ||
"count": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:horn_coral" | ||
}, | ||
{ | ||
"item": "minecraft:horn_coral" | ||
}, | ||
{ | ||
"item": "minecraft:horn_coral" | ||
}, | ||
{ | ||
"item": "minecraft:horn_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:horn_coral_block", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:horn_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:horn_coral_fan", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:horn_coral_fan" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:horn_coral", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tube_coral_block" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:tube_coral", | ||
"count": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tube_coral" | ||
}, | ||
{ | ||
"item": "minecraft:tube_coral" | ||
}, | ||
{ | ||
"item": "minecraft:tube_coral" | ||
}, | ||
{ | ||
"item": "minecraft:tube_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:tube_coral_block", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tube_coral" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:tube_coral_fan", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tube_coral_fan" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:tube_coral", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
data/holycube_afk/functions/logic/apply_in_vehicle.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
execute unless score #HC4_Blaze#t hc4-config matches 0.. run scoreboard players set #HC4_Blaze#t hc4-config 3600 | ||
|
||
scoreboard objectives add hc4.blaze dummy |
Oops, something went wrong.