Skip to content

Commit

Permalink
Merge pull request #192 from jfanjoy/oil_aliases_multidecor
Browse files Browse the repository at this point in the history
add aliases for oil source and bucket
  • Loading branch information
joe7575 authored Jan 10, 2025
2 parents 3948135 + 3c5850c commit e24e883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions items/oil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ minetest.register_craftitem("techage:ta3_canister_oil", {
techage.register_liquid("techage:bucket_oil", "bucket:bucket_empty", 1, "techage:oil_source")
techage.register_liquid("techage:ta3_barrel_oil", "techage:ta3_barrel_empty", 10, "techage:oil_source")
techage.register_liquid("techage:ta3_canister_oil", "techage:ta3_canister_empty", 1, "techage:oil_source")

core.register_alias_force('multidecor:oil_source', 'techage:oil_source')
core.register_alias_force('craft_incredients:oil_bucket', 'techage:bucket_oil')

0 comments on commit e24e883

Please sign in to comment.