Skip to content

Commit

Permalink
Almost done. Issue with running the client
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Aug 19, 2023
1 parent b8e9760 commit 70616b4
Show file tree
Hide file tree
Showing 102 changed files with 459 additions and 1,250 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.19.4-1.0.0] - 19/08/2023

### Ported to 1.19.4
### Fixed issue with a recipe book
### Fixed issue with omnitrix crafter
### Smiting table recipies removed till I make my own smiting table

## [1.19.3-1.0.4] - 25/02/2023

### Fixed an issue where blocks where unminable
Expand Down
4 changes: 4 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//TODO: Add the omnitrix.
//TODO: Entity system is broken
//TODO: Switch from gradle to gradle.kts
//TODO: Create custom smiting table
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
//core
implementation group: 'io.github.realyusufismail', name: 'realyusufismailcore', version: '1.19-1.1.1'
//anotation
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.projectlombok:lombok:1.18.28")
}

configurations {
compileOnly {
extendsFrom annotationProcessor
}
}

test {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2022-12-23T08:18:27.253917 Ben 10 Mod - Block States/Models
// 1.19.4 2023-08-19T08:46:14.5600331 Ben 10 Mod - Block States/Models
72298f0d1cd9dade3a62dfe80b9a8d20e3eced93 assets/bentenmod/blockstates/black_diamond_block.json
de50442b0274bb53d6417e6220fb679d50ad2e69 assets/bentenmod/blockstates/black_diamond_ore.json
7b3012455c76a2e66e768d0e6bb4c26fcd6418f2 assets/bentenmod/blockstates/deepslate_black_diamond_ore.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// 1.19.4 2023-08-19T08:50:11.0846813 Pack Metadata
24a1f662b719648327321c2f6d9c072b57ac0cf8 pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2023-02-25T19:18:15.727814 Registries
// 1.19.4 2023-08-19T08:46:14.5561219 Registries
90d27b0c372edd9a76a712e19c1eea0c68d7b06f data/bentenmod/worldgen/configured_feature/black_diamond_ore.json
2daff9d59043f8481972129cd05ea0b0f3f13849 data/bentenmod/worldgen/configured_feature/fire_ore.json
f343138b00838da5078970d619db7ba80cc96e88 data/bentenmod/worldgen/configured_feature/imperium_ore.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2022-12-25T12:27:19.576814 Tags for minecraft:item mod id bentenmod
// 1.19.4 2023-08-19T08:46:14.5680559 Tags for minecraft:item mod id bentenmod
9ee6e9079e711cddbdaba599cc6539ceede75a3e data/forge/tags/items/ingots/black_diamond.json
0559742cc6855d467ea42c935dc8d24097e02fc9 data/forge/tags/items/ingots/fire.json
07a54f35234d52248296bc886ede841de40506c4 data/forge/tags/items/ingots/imperium.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2022-12-25T12:27:19.57115 Loot Tables
// 1.19.4 2023-08-19T08:46:14.5411269 Loot Tables
892dfc30d034aa063244a27af394b32b85b77d4b data/bentenmod/loot_tables/blocks/black_diamond_block.json
4b30588c79a6f98075cc562ba1e15160efaebb0a data/bentenmod/loot_tables/blocks/black_diamond_ore.json
4b30588c79a6f98075cc562ba1e15160efaebb0a data/bentenmod/loot_tables/blocks/deepslate_black_diamond_ore.json
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2022-12-25T12:27:19.576049 Item Models: bentenmod
// 1.19.4 2023-08-19T08:46:14.5640452 Item Models: bentenmod
28a0aa00149acfbb2e0427267cd325dc8f8b34ce assets/bentenmod/models/item/axe.json
e1374325b4dd1ef3765d0b62a69cc7dcb64c7245 assets/bentenmod/models/item/black_diamond.json
4edc58fc2d6525b016e3fa31fd7f5adfbc78edfe assets/bentenmod/models/item/black_diamond_axe.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.19.3 2022-12-25T12:27:19.575631 Languages: en_us
// 1.19.4 2023-08-19T08:46:14.5572054 Languages: en_us
4fc5abc01e8153886e0eb386d9dafae643672664 assets/bentenmod/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2023-02-25T19:18:57.106016 Tags for minecraft:block mod id bentenmod
// 1.19.4 2023-08-19T08:46:14.5660507 Tags for minecraft:block mod id bentenmod
4368cd2804b35fbf3a55f6b11f75a8b2badc1334 data/forge/tags/blocks/ores.json
48a131ac33ee139b1a834ff80a60e020fb0485d8 data/forge/tags/blocks/ores/black_diamonds.json
d08851005d3eddbd7250441c11e13a6ad5d8d1dc data/forge/tags/blocks/ores/fire.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.3 2022-12-23T14:04:07.133698 Advancements
// 1.19.4 2023-08-19T08:46:14.5710478 Advancements
89f21f22d9ff3337a2c205a9e5589a64f6ef560d data/bentenmod/advancements/ascalon.json
154ea3969166a33139136ceef2967a5bdbec01c3 data/bentenmod/advancements/black_diamond_armour.json
73b9d03b195052bf9b8dbce6ab271757fb9e1552 data/bentenmod/advancements/black_diamond_block.json
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 70616b4

Please sign in to comment.