11 Commits
Author SHA1 Message Date
Jottyfan a9a09aa79c ignore 26.3 changes 2026-08-30 22:33:52 +02:00
Jottyfan 2e15de0b77 fixes recipes for tools 2026-08-30 22:28:56 +02:00
Jottyfan ac1ead08d9 snapshot 10 2026-08-29 13:11:16 +02:00
Jottyfan c9a90ee64c upgrades 2026-08-20 00:02:18 +02:00
Jottyfan fdf78882a4 updated to 26.3-shapshot-7 2026-08-07 21:33:19 +02:00
Jottyfan 75925e4d55 added shears harvest any living items... 2026-07-26 18:15:17 +02:00
Jottyfan 90a469534a corrected tall grass 2026-07-25 09:59:46 +02:00
Jottyfan f6ece6e267 fixed short grass loot table 2026-07-25 01:21:04 +02:00
Jottyfan a065d8db16 added failure grass loot 2026-07-24 19:31:31 +02:00
Jottyfan 2538d56de1 added compostable functionality to items 2026-07-24 18:55:18 +02:00
Jottyfan 303e594b75 preparations for 26.3 2026-07-21 22:59:09 +02:00
11 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ loader_version=0.19.3
loom_version=1.17-SNAPSHOT loom_version=1.17-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=26.2.0.1 mod_version=26.2.0.2
maven_group=de.jottyfan.minecraft maven_group=de.jottyfan.minecraft
archives_base_name=quickly archives_base_name=quickly
# Dependencies # Dependencies
fabric_api_version=0.152.1+26.2 fabric_api_version=0.158.0+26.2
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
" #", " #",
"# " "# "
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"ss", "ss",
"s|", "s|",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"ss", "ss",
" |", " |",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"sss", "sss",
" | ", " | ",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"s", "s",
"|", "|",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
" #", " #",
"# " "# "
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"ss", "ss",
"s|", "s|",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"ss", "ss",
" |", " |",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"sss", "sss",
" | ", " | ",
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "tools", "category": "equipment",
"pattern": [ "pattern": [
"s", "s",
"|", "|",